Skip to content

Instantly share code, notes, and snippets.

@aben
Last active October 6, 2015 12:28
Show Gist options
  • Save aben/2993286 to your computer and use it in GitHub Desktop.
Save aben/2993286 to your computer and use it in GitHub Desktop.
my git alias
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
dc = diff --cached
dl = diff --name-only
lg = log --color --graph --pretty=format:'%C(yellow)%h%Creset -%Cred%d%Creset %s %C(bold blue)(%cn %cr)%Creset'
ll = log --color --pretty=format:'%C(yellow)%h%Creset -%Cred%d%Creset %s %C(bold blue)(%cn %cr)%Creset' --no-merges --stat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment