Skip to content

Instantly share code, notes, and snippets.

@cirpo

cirpo/.gitconfig Secret

Last active August 29, 2015 14:00
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 cirpo/343376f1ac7fb00204a0 to your computer and use it in GitHub Desktop.
Save cirpo/343376f1ac7fb00204a0 to your computer and use it in GitHub Desktop.
[core]
excludesfile = /Users/cirpo/.gitignore_global
filemode = false
[color]
ui = true
[user]
name = cirpo
email = alessandro.cinelli@gmail.com
[push]
default = upstream
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\" #opendiff it's an osx command
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[rerere]
enabled = 1
[help]
autocorrect = true
[branch]
auto-setuprebase = always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment