comparison 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
comparison
equal deleted inserted replaced
28:02aded8dde67 29:9bce7362e609
12 tool = meld 12 tool = meld
13 [difftool "meld"] 13 [difftool "meld"]
14 cmd = meld \"\" \"\" 14 cmd = meld \"\" \"\"
15 [difftool] 15 [difftool]
16 prompt = false 16 prompt = false
17 [push]
18 default = simple