Skip to content

Instantly share code, notes, and snippets.

@dalemanthei
Created August 3, 2015 20:13
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 dalemanthei/d2658cfe39f283ed6ff6 to your computer and use it in GitHub Desktop.
Save dalemanthei/d2658cfe39f283ed6ff6 to your computer and use it in GitHub Desktop.
Git log commands (.gitconfig)
# list commands
le = log --oneline --decorate
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
ls1 = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
lds = log --pretty=format:"%C(yellow)%h\\ %C(green)%ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=short --graph
ls = log --pretty=format:"%C(green)%h\\ %C(yellow)[%ad]%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment