Skip to content

Instantly share code, notes, and snippets.

@louisrli
Created November 14, 2015 05:40
Show Gist options
  • Save louisrli/2d41f6ba1865e2f79a47 to your computer and use it in GitHub Desktop.
Save louisrli/2d41f6ba1865e2f79a47 to your computer and use it in GitHub Desktop.
[user]
name = Louis Li
email = louisrli@gmail.com
[alias]
b = branch
ci = commit
cb = checkout -b
co = checkout
p = push
l = log
s = status -s
d = diff
[color]
ui = true
[core]
editor = vim
excludesfile = /Users/louis/.gitignore
[github]
user = louisrli
oauth-token = c1996e2e6b9e02967f3328a259a8110b6ce5649c
[init]
templatedir = ~/.git_template
[help]
autocorrect = 1
[push]
default = matching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment