sync
authorEdward <edward@roojs.com>
Wed, 7 Nov 2018 08:10:51 +0000 (16:10 +0800)
committerEdward <edward@roojs.com>
Wed, 7 Nov 2018 08:10:51 +0000 (16:10 +0800)
GitRepo.vala

index cdb73b9..ec10a01 100644 (file)
@@ -612,7 +612,7 @@ public class GitRepo : Object
     public string push () throws Error, SpawnError
     {
         // should 
     public string push () throws Error, SpawnError
     {
         // should 
-        return this.git({ "push", "--all" });
+        return this.git({ "push"  });
         
     }
     
         
     }