We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git p
1 parent 85cedcc commit d600133Copy full SHA for d600133
.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 --recurse-submodules
+ p = pull --recurse-submodules
17
18
# Clone a repository including all submodules
19
c = clone --recursive
0 commit comments