Created
November 14, 2019 22:58
-
-
Save c5inco/4a5e8dcd97dd15ddf28f402a2f599bcc to your computer and use it in GitHub Desktop.
Useful 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
# Fix .gitigore if added late | |
git rm -r --cached . | |
git add . | |
git commit -m ".gitignore is now working" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment