Skip to content

Commit

Permalink
SourceTree is fiddling with my gitignore file again
Browse files Browse the repository at this point in the history
  • Loading branch information
Dondi committed Mar 26, 2013
1 parent c608708 commit 2138640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[github]
user = user36634
[core]
excludesfile = ~/.gitignore
excludesfile = /Users/Dondi/.gitignore
editor = "vim"
quotepath = false
[branch]
Expand All @@ -31,7 +31,7 @@
cmd = /usr/local/bin/ksdiff -w \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
cmd = /usr/local/bin/ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustExitCode = true
[credential]
helper = osxkeychain
Expand Down

0 comments on commit 2138640

Please sign in to comment.