Skip to content

Instantly share code, notes, and snippets.

@msr1k
Created July 7, 2016 09:01
Show Gist options
  • Save msr1k/f7b38e5ea037a44d81a3f05c427bb2d1 to your computer and use it in GitHub Desktop.
Save msr1k/f7b38e5ea037a44d81a3f05c427bb2d1 to your computer and use it in GitHub Desktop.
[alias]
graph = log --graph --date=format:\"%Y-%m-%d %H:%M\" --pretty=\"format:%C(yellow)%h %C(cyan)%ad %C(green)%an%Creset%C(red)%d %Creset%s\"
g = log --graph --date=format:\"%Y-%m-%d %H:%M\" --pretty=\"format:%C(yellow)%h %C(cyan)%ad %C(green)%an%Creset%C(red)%d %Creset%s\"
ga = log --graph --date=format:\"%Y-%m-%d %H:%M\" --pretty=\"format:%C(yellow)%h %C(cyan)%ad %C(green)%an%Creset%C(red)%d %Creset%s\" --all
d = diff
dc = diff --cached
dw = diff --color-words
dcw = diff --cached --color-words
s = status
su = status -uno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment