Skip to content

Instantly share code, notes, and snippets.

@dragoonis
Created March 3, 2015 22:43
Show Gist options
  • Save dragoonis/181b64e8d8e284c1a781 to your computer and use it in GitHub Desktop.
Save dragoonis/181b64e8d8e284c1a781 to your computer and use it in GitHub Desktop.
[alias]
gui = !sh -c '/usr/local/opt/git/libexec/git-core/git-gui'
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment