From 6a5b902362ba0131fd0c76a4d6e687749ce84874 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 25 Feb 2019 14:11:04 -0300 Subject: [PATCH] Updating pushtag script. --- pushtag.sh | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/pushtag.sh b/pushtag.sh index 138c135..11eaf15 100755 --- a/pushtag.sh +++ b/pushtag.sh @@ -24,6 +24,7 @@ git checkout master git merge origin/master git tag -f ${1} +git push -f --tags for repo in $(git remote -v | grep -v origin | grep "(push)" | awk '{print $1}') do -- libgit2 0.21.2