Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: command to check python version in MacOS 
Shell :: linux edit file 
Shell :: bash array append 
Shell :: git exclude folder 
Shell :: how to open folder in files from terminal linux 
Shell :: delete missing files from svn 
Shell :: Make an existing Git branch track a remote branch 
Shell :: how to use ssh to connect to a remote server in linux 
Shell :: clone and remove existing git repository 
Shell :: kazam recorder ubuntu 
Shell :: vim set color scheme in vimrc 
Shell :: export to path linux (pipenv) 
Shell :: how to count number of running processes in windows 
Shell :: file name from path linux 
Shell :: aws s3 ls wildcard 
Shell :: linux set environment variable 
Shell :: shell script -z 
Shell :: how to open new terminal in ubuntu 
Shell :: strapi command to generate custom route 
Shell :: github clone to local folder 
Shell :: linux service start 
Shell :: kubernetes copy secret form another namespace 
Shell :: how to delete a word from a bash file 
Shell :: install rvm for ruby 
Shell :: react native typescript template 
Shell :: remove homebrew tap 
Shell :: bash: /usr/local/bin/firebase: Permission denied 
Shell :: wsl2 curl localhost 
Shell :: my ip 
Shell :: merge master to a branch 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =