Skip to content

Instantly share code, notes, and snippets.

@tuongaz
Created January 9, 2013 20:12
Show Gist options
  • Save tuongaz/4496387 to your computer and use it in GitHub Desktop.
Save tuongaz/4496387 to your computer and use it in GitHub Desktop.
Untrack file or folder
git rm -r --cached <your directory>
git commit -m 'Untrack files....'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment