Created
November 8, 2015 21:54
-
-
Save nilkesede/457d2f1fc87bf25c51a0 to your computer and use it in GitHub Desktop.
Make git forget about ignored files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git rm -r --cached . | |
git add . | |
git commit -am "Remove ignored files" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment