From: Edward Date: Wed, 7 Nov 2018 08:10:51 +0000 (+0800) Subject: sync X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=2a6a46caf4f1d149a8e72cb0fb0c90f9923a27bb sync --- 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" }); }