Skip to content

Instantly share code, notes, and snippets.

@Muldec
Created May 23, 2019 11:32
Show Gist options
  • Save Muldec/ab18e4422e967cc2eba2890ce92dd4c4 to your computer and use it in GitHub Desktop.
Save Muldec/ab18e4422e967cc2eba2890ce92dd4c4 to your computer and use it in GitHub Desktop.
Untrack files already added to git repository based on .gitignore
git rm -r --cached .
git add .
git commit -m ".gitignore fix"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment