Skip to content

Instantly share code, notes, and snippets.

@c5inco
Created November 14, 2019 22:58
Show Gist options
  • Save c5inco/4a5e8dcd97dd15ddf28f402a2f599bcc to your computer and use it in GitHub Desktop.
Save c5inco/4a5e8dcd97dd15ddf28f402a2f599bcc to your computer and use it in GitHub Desktop.
Useful git commands
# 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