Skip to content

Instantly share code, notes, and snippets.

@mattn
Created February 10, 2009 05:32
Show Gist options
  • Select an option

  • Save mattn/61255 to your computer and use it in GitHub Desktop.

Select an option

Save mattn/61255 to your computer and use it in GitHub Desktop.
[alias]
co=checkout
ci=commit -a
df=diff HEAD
dl=diff HEAD^
ll=log --color-words
fullreset=reset --hard HEAD^
wu = log --stat origin..@{0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment