Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

update submodule github

git pull --recurse-submodules
git submodule update --remote --recursive
Comment

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

update submodule git

git submodule init
git submodule update
Comment

git update submodule to latest

cd projB/projA

git pull origin master
Comment

update git repository and submodules

git pull
git submodule update --remote --merge
Comment

PREVIOUS NEXT
Code Example
Shell :: how to pronounce ubuntu 
Shell :: install zlib ubuntu 
Shell :: rust change to nightly 
Shell :: Ubuntu fix broken package 
Shell :: pip install urllib 
Shell :: ubuntu tweak 
Shell :: dns flush command 
Shell :: ubuntu play on linux install 
Shell :: kill the port in mac 
Shell :: sudo: aptitude: command not found 
Shell :: find my ip mac terminal 
Shell :: Ultimate Perfomance command 
Shell :: ultimate power plan windows 10 
Shell :: untar a file 
Shell :: zsh: command not found: jq 
Shell :: bison install ubuntu 
Shell :: ubuntu install okular 
Shell :: ubuntu version command 
Shell :: restart touch bar mac 
Shell :: restart ssh service 
Shell :: command ng not foudn 
Shell :: uninstall webpack globally 
Shell :: linux get port usage 
Shell :: how to close port 3000 running 
Shell :: install terminator in ubuntu 
Shell :: install dotnet 6 on ubuntu 
Shell :: nvm install lts 
Shell :: docker remove images without tag 
Shell :: how to clone from heroku 
Shell :: cannot find jsonwebtoken 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =