Commit 2cd7e346 authored by Michal Čihař's avatar Michal Čihař

Merge pull request #640 from nblock/bugfix/639

Change push.default to current (Fixes: #639).
parents c7d1d1f8 275d814f
......@@ -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