Skip to content

Instantly share code, notes, and snippets.

@VicoErv
Last active August 14, 2018 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VicoErv/767777d6773bcc91647ae3dc4c70a625 to your computer and use it in GitHub Desktop.
Save VicoErv/767777d6773bcc91647ae3dc4c70a625 to your computer and use it in GitHub Desktop.
git: clean untracked files

clean untracked files git clean -di <path>

clean untracked + ignored files git clean -dix <path>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment