-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
As a developer, I want to setup a git clean task as a subtask of the usual project clean task. Because this helps save disk space when managing several git repository clones, and because when used safely, it can help to troubleshoot software problems.
Explore the options available to the git clean command.
https://git-scm.com/docs/git-clean
Add a git clean... command to makefiles, or whichever build system configuration file implements cleaning tasks, across my projects.
Ensure that as a precondition, git clean... should refuse to run, and should soft assert (forcibly exit zero), whenever the git clone has uncommitted changes.
Metadata
Metadata
Assignees
Labels
No labels