Skip to content

Instantly share code, notes, and snippets.

@tricker
Created January 23, 2013 19:59
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/4612319 to your computer and use it in GitHub Desktop.
Save tricker/4612319 to your computer and use it in GitHub Desktop.
[color]
ui = auto
[user]
name = Todd
email = todd@zzz.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
spull = !git-svn rebase
spush = !git-svn dcommit
[color]
ui = auto
branch = auto
diff = auto
status = auto
[core]
excludesfile = /Users/Todd/.gitignore_global
editor = vim
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment