Skip to content

Commit d600133

Browse files
authored
.gitconfig: improve git p alias (mathiasbynens#896)
Fix a bug introduced in mathiasbynens#868, originally proposed in mathiasbynens#826.
1 parent 85cedcc commit d600133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
di = !"d() { git diff --patch-with-stat HEAD~$1; }; git diff-index --quiet HEAD -- || clear; d"
1414

1515
# Pull in remote changes for the current repository and all its submodules
16-
p = git pull --recurse-submodules
16+
p = pull --recurse-submodules
1717

1818
# Clone a repository including all submodules
1919
c = clone --recursive

0 commit comments

Comments
 (0)