Commit 6a5b902362ba0131fd0c76a4d6e687749ce84874
1 parent
ab2b0e62
Exists in
master
and in
1 other branch
Updating pushtag script.
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 |