Created
May 6, 2013 08:56
-
-
Save happypeter/5524086 to your computer and use it in GitHub Desktop.
my ~/.gitconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Peter Wang | |
email = [email protected] | |
[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