We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86c121 commit 0c6a8a3Copy full SHA for 0c6a8a3
.gitconfig
@@ -13,7 +13,7 @@
13
di = !"d() { git diff --patch-with-stat HEAD~$1; }; git diff-index --quiet HEAD -- || clear; d"
14
15
# Pull in remote changes for the current repository and all its submodules
16
- p = !"git pull; git submodule foreach git pull origin master"
+ p = !"git pull; git submodule update --recursive --remote"
17
18
# Clone a repository including all submodules
19
c = clone --recursive
0 commit comments