Last active
March 30, 2018 06:52
-
-
Save artgris/55f6b7fce72941e4ff1f76cb911b95ec to your computer and use it in GitHub Desktop.
Removing 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
https://github.com/git-tips/tips | |
https://eric.blog/2014/05/11/remove-files-from-git-addingupdating-gitignore/ | |
git rm --cached <file> | |
git rm -r --cached . | |
git add -A | |
git commit -am 'Removing ignored files' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment