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 :: chmod read only command in linux 
Shell :: connect vm to cloud storage gcp 
Shell :: change fc editor 
Shell :: count the number of unique elements in a column bash 
Shell :: nginx cors only one is allowed 
Shell :: how to halt batch script execution for 5 seconds 
Shell :: get docker resource usage 
Shell :: update snap package 
Shell :: suspend command for linux 
Shell :: oevrride localwith remote branch 
Shell :: export editor nano 
Shell :: msiexec wait for completion powershell 
Shell :: rm all except 
Shell :: pip remove 
Shell :: windows get hostname from ip 
Shell :: install postgres 11 ubuntu 
Shell :: how to install prompt-sync in node js 
Shell :: resize image linux command line 
Shell :: disable ssh root login 
Shell :: ubuntu adduser 
Shell :: nvm install latest node and keep global packages 
Shell :: git lines per user 
Shell :: find user shell 
Shell :: bash: /bin/rm: Argument list too long 
Shell :: font manger for arch 
Shell :: vite starting comand 
Shell :: update git 
Shell :: list devices in network 
Shell :: cannot delete branch checked out at 
Shell :: laptop slow performance linux 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =