Skip to content

Instantly share code, notes, and snippets.

@allenfantasy
Created November 2, 2013 02:43
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 allenfantasy/7274880 to your computer and use it in GitHub Desktop.
Save allenfantasy/7274880 to your computer and use it in GitHub Desktop.
[core]
editor = vim
[alias]
ci = commit -v
co = checkout
st = status
br = branch
throw = reset --hard HEAD
throwh = reset --hard HEAD^
[color]
ui = true
[push]
default = current
[merge]
tool = meld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment