mirror of
https://github.com/araxiaonline/azerothshard-core.git
synced 2026-06-13 02:42:24 -04:00
[AZTH] Updated subtree scripts
This commit is contained in:
@@ -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
11
azth_push_subtrees.sh
Executable 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"
|
||||
Reference in New Issue
Block a user