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

github clone submodules

git clone --recursive YOUR-GIT-REPO-URL
Comment

PREVIOUS NEXT
Code Example
Shell :: unable to install all modules vmware 
Shell :: ubuntu install pip 
Shell :: get first few characters of file linux 
Shell :: kill task cmd 
Shell :: docker ps with ip 
Shell :: push git to github 
Shell :: installing Snowflake connector 
Shell :: display record in postgresql 
Shell :: Update nvm installed node version and keep globally installed packages 
Shell :: kill a port in ubuntu 
Shell :: git lines per user 
Shell :: how to check crontab list 
Shell :: revert to a particular commit git 
Shell :: if else in mac terminal 
Shell :: regex all not numbers 
Shell :: arch add fonts 
Shell :: git delete pushed commit 
Shell :: debian bash font size 
Shell :: git search all branches 
Shell :: increase sound in ubuntu 
Shell :: how to upload project on github using command 
Shell :: config git ftp 
Shell :: laptop slow performance linux 
Shell :: Error: .ini file does not include supervisorctl section 
Shell :: archive linux 
Shell :: problema hora windows ubuntu 
Shell :: list 
Shell :: How to limit network bandwidth on linux 
Shell :: assign home directory to user linux 
Shell :: git remote url change 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =