changeset 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 02aded8dde67
children 9ccd41c4f3fe
files gitconfig
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gitconfig	Wed Jan 27 19:39:06 2016 +0000
+++ b/gitconfig	Wed Jan 27 19:39:44 2016 +0000
@@ -14,3 +14,5 @@
 	cmd = meld \"\" \"\"
 [difftool]
 	prompt = false
+[push]
+	default = simple