Skip to content

Instantly share code, notes, and snippets.

@skyleaworlder
Created October 21, 2022 12:56
Show Gist options
  • Save skyleaworlder/a1313b78b16c68790818dddf467f344f to your computer and use it in GitHub Desktop.
Save skyleaworlder/a1313b78b16c68790818dddf467f344f to your computer and use it in GitHub Desktop.
Git Config
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
git config --global alias.cm commit
git config --global alias.st status
git config --global alias.ck checkout
git config --global alias.re restore
git config --global alias.sw switch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment