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