Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git submodule

git submodule sync: Updates the description of submodules cached by git in .git/modules
git submodule update --init --recursive --remote for Updates the working copy
[submodule "api"]
    path = api
    url = https://github.com/<another_repo>/api.git
    branch = main
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #submodule
ADD COMMENT
Topic
Name
6+5 =