OpenDiablo2/tagdev.bat

5 lines
78 B
Batchfile

git tag -d dev
git push origin :refs/tags/dev
git tag dev
git push origin dev