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

update submodule git

git submodule init
git submodule update
Comment

git update submodule to latest

cd projB/projA

git pull origin master
Comment

PREVIOUS NEXT
Code Example
Shell :: git load all submodules 
Shell :: brew install jdk 8 
Shell :: how to remove heroku from git 
Shell :: sudo: /etc/sudoers is owned by uid 1001, should be 0 sudo: no valid sudoers sources found, quitting 
Shell :: npm install mongoose error npm ERR! code ENOSELF 
Shell :: clean uninstall ubuntu-desktop from ubuntu server 
Shell :: heroku download database 
Shell :: elasticsearch start 
Shell :: Problem binding to port 80: Could not bind to IPv4 or IPv6 letsencrypt 
Shell :: git rm cached gitignore 
Shell :: install auth in laravel 8 
Shell :: change git commit message 
Shell :: kill vlc in linux 
Shell :: codineer digital 
Shell :: bash date yesterday format 
Shell :: Error: Node Sass does not yet support your current environment 
Shell :: git config all users 
Shell :: gitlab ci allow failure 
Shell :: netstat listening port 8080 mac 
Shell :: linux start mongodb 
Shell :: install ssh ubuntu 20.04 
Shell :: clear ram linux 
Shell :: stop localhost port 
Shell :: change git account terminal 
Shell :: git update all submodules 
Shell :: install lightshot on ubuntu 
Shell :: install npm mac 
Shell :: how to enable scroll lock in ubuntu 20 
Shell :: pipreqs not working 
Shell :: grub customizer ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =