Created
August 5, 2014 02:23
-
-
Save hanqin/6d030f8f6e60a47ad894 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = hqin | |
email = [email protected] | |
[alias] | |
ci = commit | |
st = status | |
co = checkout | |
pr = pull --rebase | |
br = branch | |
sdc = svn dcommit | |
srb = svn rebase | |
unstash = stash pop | |
mute = update-index --assume-unchanged | |
unmute = update-index --no-assume-unchanged | |
muted = ls-files -v | |
amend = commit --amend | |
[credential] | |
helper = osxkeychain | |
[color] | |
ui = auto | |
status = auto | |
branch = auto | |
interactive = auto | |
diff = auto | |
[push] | |
default = simple | |
[svn] | |
rmdir = true | |
[core] | |
autocrlf = input |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment