Created
October 20, 2020 18:45
-
-
Save narendrabade/b9cde51874b802cad1c3bd6bd89482ac to your computer and use it in GitHub Desktop.
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
Useful git commands | |
To list untracked files | |
git clean -d -n | |
To remove untracked files | |
git clean -d -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment