add push-tag.sh script
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user