Newer
Older
dotfiles / git / gitconfig.symlink
@Marcus Bengtsson Marcus Bengtsson on 10 Aug 2015 385 bytes Initial commit
[core]
	excludesfile = /Users/marcusbengtsson/.gitignore_global
[difftool "sourcetree"]
	cmd = /usr/local/bin/bcomp $LOCAL $REMOTE
	path = 
[mergetool "sourcetree"]
	cmd = /usr/local/bin/bcomp $LOCAL $REMOTE $BASE $MERGED
	trustExitCode = true
[user]
	name = Marcus Bengtsson
	email = marcus.bengtsson@hiq.se
[diff]
	tool = bcompare
[difftool]
	prompt = false
[merge]
	tool = bcompare