Skip to content

Instantly share code, notes, and snippets.

@narendrabade
Created October 20, 2020 18:45
Show Gist options
  • Save narendrabade/b9cde51874b802cad1c3bd6bd89482ac to your computer and use it in GitHub Desktop.
Save narendrabade/b9cde51874b802cad1c3bd6bd89482ac to your computer and use it in GitHub Desktop.
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