Skip to content

Instantly share code, notes, and snippets.

@aikar
Created June 18, 2014 01:23
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 aikar/ec9d3b145bfd07d10746 to your computer and use it in GitHub Desktop.
Save aikar/ec9d3b145bfd07d10746 to your computer and use it in GitHub Desktop.
[alias]
co = checkout
ci = commit
st = status
cl = clone
re = rebase
l = log
oldest-ancestor = !bash -c 'diff -u <(git rev-list --first-parent \"${1:-master}\") <(git r$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment