Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

clone submodules after clone

# If you cloned without submodules, run this to update all submodules
git submodule update --init
Comment

git clone submodules

# This will clone a repo with all submodules included
git clone --recurse-submodules
Comment

git clone submodule

git clone git://github.com/foo/bar.git
cd bar
git submodule update --init --recursive
Comment

git clone submodule

git clone --recurse-submodules
Comment

git clone with submodules

git clone --recurse-submodules <repo-url> .
Comment

PREVIOUS NEXT
Code Example
Shell :: scaffold-dbcontext with username and password connection string 
Shell :: firebase-tools npm 
Shell :: pycharm ubuntu install 
Shell :: uninstall vmware workstation 16 ubuntu 
Shell :: run git command in different folder 
Shell :: enable snap in linux mint 
Shell :: flutter avdmanager is missing from the android sdk 
Shell :: "python -m venv venv" 
Shell :: install @angular/router 
Shell :: docker remove all containers 
Shell :: update chrome in kali linux through terminal 
Shell :: windows stop process running on port 8080 
Shell :: how to restart the network in ubuntu 
Shell :: heroku download database 
Shell :: kde connect on ubuntu 
Shell :: linux screen kill attached session 
Shell :: add credentials to git 
Shell :: Bash add pause prompt in a shell script with bash pause command 
Shell :: brew install vlc 
Shell :: install inkscape ubuntu 20.04 
Shell :: nginx cors 
Shell :: change hostname ubuntu 20.04 
Shell :: docker remove orphans 
Shell :: debian 11 sources.list 
Shell :: command failed with exit code 1: yarn build 
Shell :: linux how to show disk space 
Shell :: git reset head to remote 
Shell :: ubuntu remove package and dependencies install deb 
Shell :: see git ignored files 
Shell :: pandoc download ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =