Last active
January 10, 2019 22:04
-
-
Save magohl/24f90f2900f483cfa045ef4218db4d06 to your computer and use it in GitHub Desktop.
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
Updated gitignore AFTER and need to remove files | |
git rm -r --cached . | |
git add . | |
Ta bort large file efter att den är committad: | |
git filter-branch --tree-filter 'rm -rf path/to/your/file' HEAD | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment