Skip to content

Instantly share code, notes, and snippets.

@olzaragoza
Created June 19, 2016 03:03
Show Gist options
  • Save olzaragoza/9d689b862b44752bf3bf994e16b6ad31 to your computer and use it in GitHub Desktop.
Save olzaragoza/9d689b862b44752bf3bf994e16b6ad31 to your computer and use it in GitHub Desktop.
git commands to remove newly ignored files from being tracked
git rm -r --cached .
git add .
git commit -m "remove new ignored files"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment