From 93cb8200c1791685680f0f3ece17aff081196172 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 16 Aug 2017 13:49:19 +0800 Subject: [PATCH] push head only --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }); } /** -- 2.39.2