mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 19:58:41 +00:00
14 lines
910 B
Bash
14 lines
910 B
Bash
#!/bin/bash
|
|
|
|
git remote add -f Web https://github.com/Orange-Management/Web.git
|
|
git remote add -f phpOMS https://github.com/Orange-Management/phpOMS.git
|
|
git remote add -f jsOMS https://github.com/Orange-Management/jsOMS.git
|
|
git remote add -f Build https://github.com/Orange-Management/Build.git
|
|
git remote add -f Tests https://github.com/Orange-Management/Tests.git
|
|
git remote add -f Model https://github.com/Orange-Management/Model.git
|
|
git remote add -f Modules https://github.com/Orange-Management/Modules.git
|
|
git remote add -f Developer-Guide https://github.com/Orange-Management/Developer-Guide.git
|
|
git remote add -f Documentation https://github.com/Orange-Management/Documentation.git
|
|
git remote add -f Socket https://github.com/Orange-Management/Socket.git
|
|
git remote add -f Console https://github.com/Orange-Management/Console.git
|
|
git remote add -f cssOMS https://github.com/Orange-Management/cssOMS.git |