Skip to content

Instantly share code, notes, and snippets.

@xiaoda
Created January 3, 2017 03:29
Show Gist options
  • Save xiaoda/e96bae713b0f7152f199b73110e2be81 to your computer and use it in GitHub Desktop.
Save xiaoda/e96bae713b0f7152f199b73110e2be81 to your computer and use it in GitHub Desktop.
[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