-
-
Save pascalknecht/ae3ac6a8c4845728822df35cb5564926 to your computer and use it in GitHub Desktop.
Remove cached files from git
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
git rm --cached -r . | |
git add . | |
git commit -m 'removed all and added with git ignore' | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment