Created
January 28, 2014 20:13
-
-
Save vanpeerdevelopment/8675377 to your computer and use it in GitHub Desktop.
Remove already committed files after adding gitignore.
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
# Remove already committed file | |
git rm -r --cached [filename] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment