Last active
December 13, 2015 18:29
-
-
Save tricker/4956035 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
[color] | |
ui = auto | |
[user] | |
name = Me | |
email = [email protected] | |
[alias] | |
br = branch | |
ci = commit | |
co = checkout | |
st = status | |
up = !git fetch && git rebase origin/master | |
gpush = !git push origin HEAD:refs/for/master | |
who = shortlog -s -- | |
logs = log --pretty=oneline | |
last = show --stat --oneline HEAD | |
spull = !git-svn rebase | |
spush = !git-svn dcommit | |
[color] | |
ui = auto | |
branch = auto | |
diff = auto | |
status = auto | |
[core] | |
excludesfile = /Users/my.home.dir/.gitignore_global | |
editor = vim | |
[http] | |
sslVerify = false | |
[push] | |
default = matching |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment