push head only
authorAlan Knowles <alan@roojs.com>
Wed, 16 Aug 2017 05:49:19 +0000 (13:49 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 16 Aug 2017 05:49:19 +0000 (13:49 +0800)
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" });
         
     }
      /**