Mercurial > dotfiles
view git/gitconfig-MacOSX @ 462:4f6af3e668eb
Use fd for fzf if available.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 14 Jan 2019 20:49:49 -0800 |
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