Commit 275d814f authored by Florian Preinstorfer's avatar Florian Preinstorfer

Change push.default to current (Fixes: #639).

parent fee8cef6
......@@ -375,7 +375,7 @@ class GitRepository(Repository):
Checks VCS configuration.
"""
# We directly set config as it takes same time as reading it
self.set_config('push.default', 'simple')
self.set_config('push.default', 'current')
@classmethod
def clone(cls, source, target, bare=False):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment