1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-07 22:04:29 -04:00
OpenDiablo2/tagdev.bat

5 lines
78 B
Batchfile
Raw Normal View History

2019-11-02 13:41:03 -04:00
git tag -d dev
git push origin :refs/tags/dev
git tag dev
git push origin dev