Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eyejosh/944163423674b9d5fd64b1543512b215 to your computer and use it in GitHub Desktop.
Save eyejosh/944163423674b9d5fd64b1543512b215 to your computer and use it in GitHub Desktop.
Fixed untracked Git files
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