add push-tag.sh script
This commit is contained in:
parent
78f3ba4318
commit
bd2f05e922
7
push-tag.sh
Executable file
7
push-tag.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
git tag -d dev
|
||||||
|
git push origin develop
|
||||||
|
git tag dev
|
||||||
|
git push origin dev --force
|
||||||
|
|
Loading…
Reference in New Issue
Block a user