Skip to content

Commit af63542

Browse files
jeffbyrnesmlundela
authored andcommitted
.gitconfig: improve git p alias (mathiasbynens#896)
Fix a bug introduced in mathiasbynens#868, originally proposed in mathiasbynens#826.
1 parent 58aa518 commit af63542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
di = !"d() { git diff --patch-with-stat HEAD~$1; }; git diff-index --quiet HEAD -- || clear; d"
1616

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

2020
# Clone a repository including all submodules
2121
c = clone --recursive

0 commit comments

Comments
 (0)