Created
September 27, 2014 22:26
-
-
Save bgadrian/6dcf9f96d6bff9765826 to your computer and use it in GitHub Desktop.
Git remove tracked but ignored files
This file contains hidden or 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