Skip to content

Instantly share code, notes, and snippets.

@happypeter
Created May 6, 2013 08:56
Show Gist options
  • Save happypeter/5524086 to your computer and use it in GitHub Desktop.
Save happypeter/5524086 to your computer and use it in GitHub Desktop.
my ~/.gitconfig
[user]
name = Peter Wang
email = happypeter1983@gmail.com
[core]
editor = vim
[alias]
ci = commit -a -v
co = checkout
st = status
br = branch
throw = reset --hard HEAD
throwh = reset --hard HEAD^
[color]
ui = true
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment