Created
January 3, 2017 03:29
-
-
Save xiaoda/e96bae713b0f7152f199b73110e2be81 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
[alias] | |
co = checkout | |
ci = commit | |
br = branch | |
st = status | |
[user] | |
name = xiaoda | |
email = [email protected] | |
[color] | |
status = auto | |
diff = auto | |
branch = auto | |
interactive = auto | |
[credential] | |
helper = osxkeychain | |
[http] | |
sslVerify = false | |
[push] | |
default = current | |
[pull] | |
default = current |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment