Mercurial > dotfiles
view git/gitconfig-MacOSX @ 472:97412ea9b3fa
Improve install script, add scoop apps on Windows.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 28 Jul 2019 22:26:24 -0700 |
parents | 54bdd1f0f873 |
children |
line wrap: on
line source
[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 # vim:ft=gitconfig:ts=2:sw=2