Use git 2.0 push strategy (simple).

Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
Jacob Kiers 2014-01-22 20:22:26 +01:00
parent 5e3c013716
commit c1c5317363
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[color] [color]
ui = auto ui = auto
[color "diff"] [color "diff"]
meta = blue meta = blue
frag = white frag = white
@ -30,7 +31,7 @@
conflicts = diff --name-only --diff-filter=U conflicts = diff --name-only --diff-filter=U
commerge = commit --no-edit commerge = commit --no-edit
[push] [push]
default = current default = simple
# Any GitHub repo with my username should be checked out r/w by default # Any GitHub repo with my username should be checked out r/w by default
# http://rentzsch.tumblr.com/post/564806957/public-but-hackable-git-submodules # http://rentzsch.tumblr.com/post/564806957/public-but-hackable-git-submodules