git pull --recurse-submodules
git submodule update --remote --recursive
#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
git submodule init
git submodule update
cd projB/projA
git pull origin master
git pull
git submodule update --remote --merge
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 |