Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 0e02064

Browse files
committed
doc: Update command to update all Git submodules
1 parent 305a9d1 commit 0e02064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/useful_commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Here lie some useful commands that are awesome but are usually too rarely used t
2525

2626
- Updating all git submodules
2727
```
28-
git submodule foreach git pull origin master
28+
git submodule update --remote
2929
```
3030

3131
- Finding what package installed a binary (Ubuntu/Debian)

0 commit comments

Comments
 (0)