Created
October 16, 2017 12:11
-
-
Save eldrego/85051a7f94bc90895bf00885ca469858 to your computer and use it in GitHub Desktop.
Clear git cache and fix git ignore
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 -r --cached . | |
git add . | |
git commit -m "cached cleared. fix for .gitignore" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment