Nest all content into snippets
This commit is contained in:
22
snippets/git/s/pull-all-submodules.md
Normal file
22
snippets/git/s/pull-all-submodules.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
title: Pull all submodules from remote
|
||||
type: snippet
|
||||
language: git
|
||||
tags: [repository,submodule]
|
||||
author: chalarangelo
|
||||
cover: workspace-with-speaker
|
||||
dateModified: 2021-04-13T21:10:59+03:00
|
||||
---
|
||||
|
||||
Pulls all submodules from their respective remotes.
|
||||
|
||||
- Use `git submodule update --recursive --remote` to pull all submodules from their respective remotes.
|
||||
|
||||
```shell
|
||||
git submodule update --recursive --remote
|
||||
```
|
||||
|
||||
```shell
|
||||
git submodule update --recursive --remote
|
||||
# Pulls all submodules from their respective remotes
|
||||
```
|
||||
Reference in New Issue
Block a user