Skip to content

Instantly share code, notes, and snippets.

@jyhsu2000
Last active March 11, 2017 11:56
Show Gist options
  • Save jyhsu2000/e1d006ac02828b2c068291764f1501b4 to your computer and use it in GitHub Desktop.
Save jyhsu2000/e1d006ac02828b2c068291764f1501b4 to your computer and use it in GitHub Desktop.
git untrack all ignored files
git rm -r --cached .
git add .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment