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 :: pip3 or pip? 
Shell :: change time zone in linux 
Shell :: bash shell scripting cheat sheet 
Shell :: kubectl run ubuntu 
Shell :: install xampp in ubuntu 20.04 
Shell :: git revert file 
Shell :: cd back 
Shell :: git copy remote branch to local 
Shell :: git remove keep local 
Shell :: unzip gzip 
Shell :: exception: unable to run "adb", check your android sdk installation and android_sdk_root environment variable: 
Shell :: adavanced 
Shell :: login message on mac 
Shell :: sudo bash 
Shell :: to check for hidden repository 
Shell :: git certificate verify locations 
Shell :: Running shell scripts 
Shell :: git remove before commit 
Shell :: ls sort size descend 
Shell :: ubuntu libre office repo 
Shell :: gnome tool for open pdf file from terminal 
Shell :: getcap 
Shell :: https://www.npmjs.com/package/instagram-private-api 
Shell :: allow user to run any command ubuntu 
Shell :: Bulk user add with passwords bash script 
Shell :: command to ceck number of lines or words in a file 
Shell :: separate a line using sed 
Shell :: shopify buy sdk 
Shell :: window build tools linux 
Shell :: how to install xampp in ubuntu 20.04 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =