Last active
July 29, 2020 18:39
-
-
Save johnw86/c111919a07be3614135d5e057115fcaa to your computer and use it in GitHub Desktop.
git Commands
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
Update gitignore and remove committed files that should no longer be in source control | |
git rm -r --cached . | |
git add . | |
git commit -m ".gitignore fix" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment