Commit 2501405b3176b8496b2c766bb10a246a9706650f

Authored by Perry Werneck
1 parent fa6ce83f

Fixing 'tag' script.

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
pushtag.sh
... ... @@ -20,8 +20,6 @@ fi
20 20 git push
21 21  
22 22 git fetch origin
23   -git checkout master
24   -git merge origin/master
25 23  
26 24 git tag -f ${1}
27 25 git push -f --tags
... ...