From 2a6a46caf4f1d149a8e72cb0fb0c90f9923a27bb Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 7 Nov 2018 16:10:51 +0800 Subject: [PATCH] sync --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index cdb73b9a..ec10a014 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -612,7 +612,7 @@ public class GitRepo : Object public string push () throws Error, SpawnError { // should - return this.git({ "push", "--all" }); + return this.git({ "push" }); } -- 2.39.2