Commit b11750adfa06f46462ca0a523a6525dba52245e7
1 parent
01545072
Exists in
master
and in
3 other branches
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,6 +24,7 @@ git checkout master | ||
| 24 | git merge origin/master | 24 | git merge origin/master |
| 25 | 25 | ||
| 26 | git tag -f ${1} | 26 | git tag -f ${1} |
| 27 | +git push -f --tags | ||
| 27 | 28 | ||
| 28 | for repo in $(git remote -v | grep -v origin | grep "(push)" | awk '{print $1}') | 29 | for repo in $(git remote -v | grep -v origin | grep "(push)" | awk '{print $1}') |
| 29 | do | 30 | do |