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 ce9c6c4 commit 97173afCopy full SHA for 97173af
.gitconfig
@@ -21,7 +21,7 @@
21
di = !"d() { git diff --patch-with-stat HEAD~$1; }; git diff-index --quiet HEAD -- || clear; d"
22
23
# Pull in remote changes for the current repository and all its submodules
24
- p = git pull --recurse-submodules
+ p = !"git pull; git submodule update --recursive --remote"
25
26
# Clone a repository including all submodules
27
c = clone --recursive
0 commit comments