Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git submodule update

#https://chrisjean.com/git-submodules-adding-using-removing-and-updating/

#it checks out the specific version of the project and respective submodule recursively (if applicable)
#but not within a branch.
git submodule update --init --recursive

#or
git submodule init && git submodule update --recursive
Comment

how to update all submodules

git submodule update --init --remote
Comment

update submodule git

git submodule init
git submodule update
Comment

submodule update

git submodule update --remote
Comment

update submodule

$ git submodule update --init --recursive
Comment

update submodule

submodule@example:~$ git clone --recurse-submodules https://gitlab.com/cameronmcnz/surface.git
submodule@example:~$ cd sur*
submodule@example:~$ git submodule update --remote
submodule@example:~$ git add .
submodule@example:~$ git commit -m "git submodule updated"
submodule@example:~$ git push origin
Comment

PREVIOUS NEXT
Code Example
Shell :: install teamviewer ubuntu 20.04 
Shell :: unknown command cask 
Shell :: sqlite laravel 
Shell :: pm2 command not found 
Shell :: pip3 uninstall all 
Shell :: remove iptables rule 
Shell :: how reset commit git with losing changes 
Shell :: Apache Maven brew 
Shell :: install sox in ubuntu 
Shell :: how to uninstall postgres from ubantu 
Shell :: ssh remove whole folder command 
Shell :: search for a commit in git logs 
Shell :: install alacritty ubuntu 20.04 
Shell :: reboot into bios linux 
Shell :: where is /dev/kvm 
Shell :: install material-ui 
Shell :: firebase 8.10.0 install 
Shell :: install fast api 
Shell :: youtube music download ubuntu 
Shell :: setup node and mongodb on centos 7 
Shell :: bash return n characters after match 
Shell :: install monodevelopment arch linux 
Shell :: blackeye github 
Shell :: bash: lsb_release: command not found 
Shell :: free up space ubuntu 
Shell :: kill port in mac 
Shell :: npm installation in mac 
Shell :: youtube dl install ubuntu 
Shell :: node js download ubuntu 
Shell :: how to check all origins of a git 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =