Skip to content

Instantly share code, notes, and snippets.

@betawax
Last active November 25, 2018 08:37
Show Gist options
  • Save betawax/5d9d1bc35de084b92596b526f624a3d9 to your computer and use it in GitHub Desktop.
Save betawax/5d9d1bc35de084b92596b526f624a3d9 to your computer and use it in GitHub Desktop.
Remove all untracked and ignored files & directories with Git
git clean -xfd <path>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment