Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gokulkrishh
Created February 2, 2022 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gokulkrishh/d6cac405836f96c37903abc539fa3be3 to your computer and use it in GitHub Desktop.
Save gokulkrishh/d6cac405836f96c37903abc539fa3be3 to your computer and use it in GitHub Desktop.
A list of useful git commands

Git add to be case-senstive

git config core.ignorecase false

Git autocorrections

git config --global help.autocorrect 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment