only push the factory branch
This commit is contained in:
@@ -290,5 +290,5 @@ class Git:
|
||||
cmd = ["push"]
|
||||
if force:
|
||||
cmd.append("-f")
|
||||
cmd += ["origin", "--all"]
|
||||
cmd += ["origin", "factory:factory"]
|
||||
self.git_run(cmd)
|
||||
|
||||
Reference in New Issue
Block a user