Skip to content

Instantly share code, notes, and snippets.

@tricker
Last active December 13, 2015 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tricker/4956035 to your computer and use it in GitHub Desktop.
Save tricker/4956035 to your computer and use it in GitHub Desktop.
[color]
ui = auto
[user]
name = Me
email = Me@mailinator.com
[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