view gitconfig @ 29:9bce7362e609

Default to simple git push for fairly sane behaviour If we've got a new branch, Git will grumble and show us the command to copy and paste
author IBBoard <dev@ibboard.co.uk>
date Wed, 27 Jan 2016 19:39:44 +0000
parents c7241e9025b8
children dc844728d1d4
line wrap: on
line source

[user]
	name = IBBoard
	email = dev@ibboard.co.uk
[branch]
	autosetupmerge = true
[diff]
[merge]
	tool = meld
[mergetool "meld"]
	cmd = meld \\\"$BASE\\\" \\\"$LOCAL\\\" \\\"$REMOTE\\\"
[diff]
	tool = meld
[difftool "meld"]
	cmd = meld \"\" \"\"
[difftool]
	prompt = false
[push]
	default = simple