git clone/pull/push including all dependent submodules

0 votes
git clone --recursive -j8 https://user@bitbucket.org/path

Use the same also for pull and push

git push --recurse-submodules
git pull --recurse-submodules
asked Feb 1, 2018 in Misc by pepeek (220 points)

Please log in or register to answer this question.