Skip to content

Instantly share code, notes, and snippets.

@stobias123
Created August 10, 2020 21:52
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 stobias123/90b2986d91efbf4e8dda4b2a9a86e6d7 to your computer and use it in GitHub Desktop.
Save stobias123/90b2986d91efbf4e8dda4b2a9a86e6d7 to your computer and use it in GitHub Desktop.
Pretty git aliases.
[alias]
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment