Created
February 25, 2014 13:39
-
-
Save ninux/67abc556eba11af98e54 to your computer and use it in GitHub Desktop.
cleanup repo with new .gitignore
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
# http://stackoverflow.com/questions/7075923/resync-git-repo-with-new-gitignore-file | |
git rm -r --cached . | |
git add . | |
git commit -m "cleaned up repo with new gitignore" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment