Skip to content

Instantly share code, notes, and snippets.

@BillRizer
Created June 5, 2022 23:17
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 BillRizer/8049ca7ac9e980d651f17aac116d2a7f to your computer and use it in GitHub Desktop.
Save BillRizer/8049ca7ac9e980d651f17aac116d2a7f to your computer and use it in GitHub Desktop.
git alias
# for edit, run:
# git config --global --edit
# alias snippet above
[alias]
s = !git status -s
c = !git add --all && git commit -m
l = !git log --pretty=format:'%C(blue)%h%C(red)%d %C(white)%s - %C(cyan)%cn,%C(green)%cr'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment