push head only
[gitlive] / GitRepo.vala
index e962e5d..9581510 100644 (file)
@@ -261,7 +261,7 @@ public class GitRepo : Object
     public string push () throws Error, SpawnError
     {
         // should 
-        return this.git({ "push" });
+        return this.git({ "push", "origin", "HEAD" });
         
     }
      /**