[AZTH] Updated subtree scripts

This commit is contained in:
Yehonal
2018-04-09 07:52:10 +00:00
parent dd7d5415b2
commit b8b7f0a8c3
2 changed files with 12 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
git subtree pull --prefix=modules/mod-transmog https://github.com/azerothcore/mod-transmog master
git subtree pull --prefix=modules/mod-transm https://github.com/azerothcore/mod-transmog master
git subtree pull --prefix=modules/mod-duelreset https://github.com/azerothcore/mod-duelreset master

11
azth_push_subtrees.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/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"