Skip to content

Instantly share code, notes, and snippets.

@josser
Created October 23, 2013 09:06
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 josser/7115150 to your computer and use it in GitHub Desktop.
Save josser/7115150 to your computer and use it in GitHub Desktop.
gitconfig
[user]
name = Dmitry Chirkin
email = dmitry.chirkin@gmail.com
[core]
excludesfile = /Users/josser/.gitignore_global
editor = /usr/bin/vim
quotepath = false
autocrlf = input
[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
[color]
diff = auto
less = auto
[credential]
helper = osxkeychain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment