Files
azerothshard-core/azth_push_subtrees.sh
2018-04-09 07:52:10 +00:00

12 lines
496 B
Bash
Executable File

#!/usr/bin/env bash
git push https://github.com/azerothcore/mod-transmog `git subtree split --prefix modules/mod-transm`:master
git push https://github.com/azerothcore/mod-duelreset `git subtree split --prefix modules/mod-duelreset`:master
git push https://github.com/azerothcore/mod-anticheat `git subtree split --prefix modules/mod-anticheat`:master
git push https://github.com/azerothcore/mod-vas-autobalance `git subtree split --prefix modules/mod-vas-autobalance`:master
read -p "done"