Created
February 5, 2020 19:11
-
-
Save onpaws/baa1c82ed4cd4fee23573cb187394e58 to your computer and use it in GitHub Desktop.
Remove .gitignore'd files. (NOT retroactive. see BFG for that)
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 -r --cached . && git add . && git commit -am "Remove .gitignore-d files" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment