We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675c5c5 commit b961badCopy full SHA for b961bad
git-all
@@ -79,7 +79,7 @@ module GitUpdate
79
end
80
81
def GitUpdate.push_or_pull g, working_dir, branch
82
- remote = git_svn_repo(g) or g.config["branch.#{branch.name}.remote"]
+ remote = g.config["branch.#{branch.name}.remote"] || git_svn_repo(g)
83
if remote
84
remote_sha =
85
if git_svn_repo g
0 commit comments