Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force git clean to remove dirs with .git repos (#528)
- Git clean -fxd will not remove directories that contain a Git repository (.git folder). - Adding a second force will remove these folders - Ref https://git-scm.com/docs/git-clean#git-clean---force Signed-off-by: Adam Brousseau <[email protected]>
- Loading branch information