Skip to content

Instantly share code, notes, and snippets.

@aindong
Created June 1, 2016 03:49
Show Gist options
  • Save aindong/5a7fca31aa84124e18e8efa37f17611e to your computer and use it in GitHub Desktop.
Save aindong/5a7fca31aa84124e18e8efa37f17611e to your computer and use it in GitHub Desktop.
FIX GIT IGNORE
git rm -r --cached .
git add .
git commit -m "fixed untracked files"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment