Switch components to submodules
This commit is contained in:
parent
3ce0dc2266
commit
a759c65019
6 changed files with 16 additions and 17 deletions
17
Makefile
17
Makefile
|
@ -2,17 +2,8 @@ configs:
|
|||
$(MAKE) -C core config
|
||||
$(MAKE) -C controller config
|
||||
|
||||
git-clone-http:
|
||||
git clone https://git.serguzim.me/emgauwa/common.git
|
||||
git clone https://git.serguzim.me/emgauwa/core.git
|
||||
git clone https://git.serguzim.me/emgauwa/controller.git
|
||||
|
||||
git-clone-ssh:
|
||||
git clone git@git.serguzim.me:emgauwa/common.git
|
||||
git clone git@git.serguzim.me:emgauwa/core.git
|
||||
git clone git@git.serguzim.me:emgauwa/controller.git
|
||||
|
||||
git-status:
|
||||
@printf "===== COMMON =====\n" && cd common && git status
|
||||
@printf "\n\n===== CORE =====\n" && cd core && git status
|
||||
@printf "\n\n===== CONTROLLER =====\n" && cd controller && git status
|
||||
git submodule foreach git status
|
||||
|
||||
git-diff:
|
||||
git diff --submodule=diff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue