Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nguyentamvinhlong/69bd910c0fc505c55563 to your computer and use it in GitHub Desktop.
Save nguyentamvinhlong/69bd910c0fc505c55563 to your computer and use it in GitHub Desktop.
git rm -r --cached .
Followed by:
git add .
and
git commit -m "fixed untracked files"
This should fix your problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment