Created
June 11, 2020 15:23
-
-
Save ubermachine/418d226125f1cadc4c7e8519216b3135 to your computer and use it in GitHub Desktop.
Remove previously commited Files after initializing .gitignore
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
#Add .gitignore file and update it then do this- | |
git rm -r --cached . | |
git add . | |
git commit -m "remove gitignore files" | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment