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