Skip to content

Instantly share code, notes, and snippets.

@philipjkim
Created March 28, 2013 05:30
Show Gist options
  • Save philipjkim/5260910 to your computer and use it in GitHub Desktop.
Save philipjkim/5260910 to your computer and use it in GitHub Desktop.
[user]
name = Soo P.J. Kim
email = philipjkim@gmail.com
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[core]
editor = /usr/bin/vim
excludesfile = /Users/pj/.gitignore_global
[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
[alias]
co = checkout
st = status
glog = log --graph --oneline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment