From b98f43f4e5d122e9aa7e2d69dca0854c7a63ba45 Mon Sep 17 00:00:00 2001 From: dangen <23185799+dangen-effy@users.noreply.github.com> Date: Thu, 20 Sep 2018 15:32:36 +0900 Subject: [PATCH] Wrong command to push tags Need to put 'origin' command to push tags git push --tags -> git push origin --tags --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5b0fe31..646fc8c 100644 --- a/index.html +++ b/index.html @@ -305,7 +305,7 @@
git flow release finish RELEASE
-

Don't forget to push your tags with git push --tags

+

Don't forget to push your tags with git push origin --tags