Created
September 25, 2012 11:14
-
-
Save karmadonov/3781193 to your computer and use it in GitHub Desktop.
Removing files that are not under version control
This file contains hidden or 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
git clean -df | |
Cleans the working tree by recursively removing files that are not under version control, starting from the current directory. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment