Created
April 24, 2018 17:30
-
-
Save diegorribeiro/462d665809c6b93be20519f82a7681f7 to your computer and use it in GitHub Desktop.
Git remove cached itens after update .gitignore file
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 --cached <file> | |
#or | |
git rm --cached . -r && git add . && git commit -m "Message" && git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment