Created
July 10, 2020 23:48
-
-
Save lopespm/ab042f5cbf7f28426d42ecfadcfbecc4 to your computer and use it in GitHub Desktop.
Remove from repository all git ignored files
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
# https://stackoverflow.com/a/34435207/1765893 | |
git rm -r --cached . | |
git add . | |
git commit -m "Remove all ignored files in .gitignore" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment