Files
dotfiles/gitconfig
2016-11-15 08:56:35 -08:00

18 lines
284 B
Plaintext

[user]
name = Vasili Sviridov
email = vasili@sviridov.ca
[push]
default = simple
[core]
editor = /usr/bin/vim
[diff]
tool = bcomp
[merge]
tool = bcomp
[mergetool "bcomp"]
trustExitCode = true
cmd = bcomp \"$LOCAL\" \"$REMOTE\" \"$BASE\" \"$MERGED\"