Last active
June 1, 2020 13:30
-
-
Save SebKay/8af52bb0fe53a9b71d9f5beb926746a4 to your computer and use it in GitHub Desktop.
Remove an files not tracked by Git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -f Forces "git clean" to run | |
# -x Removes .gitignore files if present | |
# -d Makes it run recursively in directories | |
git clean -xffd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment