From: Alan Knowles Date: Wed, 16 Aug 2017 05:49:19 +0000 (+0800) Subject: push head only X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=93cb8200c1791685680f0f3ece17aff081196172 push head only --- diff --git a/GitRepo.vala b/GitRepo.vala index e962e5d1..9581510b 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -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" }); } /**