Skip to content

Instantly share code, notes, and snippets.

@jcrosen
Created February 1, 2013 00:29
Show Gist options
  • Save jcrosen/4688082 to your computer and use it in GitHub Desktop.
Save jcrosen/4688082 to your computer and use it in GitHub Desktop.
[alias]
st = status
ci = commit
br = branch
co = checkout
cob = checkout -b
com = checkout master
df = diff
l = log -p --graph --abbrev-commit --decorate
lg = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
lsd = log --graph --decorate --pretty=oneline --abbrev-commit --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment