Skip to content

Commit

Permalink
git config changes, including sourcetree merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dlikhten committed Mar 17, 2014
1 parent 97bdcfe commit d844360
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@
amend = commit --amend
cim = commit -m
ciam = commit -am
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit

[mergetool]
keepBackup = true
[push]
default = current
[core]
excludesfile = /Users/dlikhten/.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

0 comments on commit d844360

Please sign in to comment.