Commit b11750adfa06f46462ca0a523a6525dba52245e7

Authored by Perry Werneck
1 parent 01545072

Updating pushtag scripts.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
pushtag.sh
... ... @@ -24,6 +24,7 @@ git checkout master
24 24 git merge origin/master
25 25  
26 26 git tag -f ${1}
  27 +git push -f --tags
27 28  
28 29 for repo in $(git remote -v | grep -v origin | grep "(push)" | awk '{print $1}')
29 30 do
... ...