From 03cce8cb327dea395b558747544ba5a78f17ada4 Mon Sep 17 00:00:00 2001 From: horchi Date: Thu, 22 Jun 2017 19:15:25 +0200 Subject: fixed git push in makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5449ed4..4018bb7 100644 --- a/Makefile +++ b/Makefile @@ -210,10 +210,10 @@ vcheck: push: vcheck echo "tagging git with $(VERSION)" - git push + git push origin master git push github master git tag $(VERSION) - git push --tags + git push origin master --tags git push github master --tags commit: vcheck -- cgit v1.2.3