Last active
March 22, 2021 11:40
-
-
Save gscattolin/fd28043e8931358631b33b9c0d2bb21c to your computer and use it in GitHub Desktop.
remove cached files after updating 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
git rm -rf --cached . | |
git add . | |
git commit -m ".gitignore caching" | |
push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment