Skip to content

Commit

Permalink
Correctly set git p alias
Browse files Browse the repository at this point in the history
Fix a bug introduced in mathiasbynens#868, originally proposed in mathiasbynens#826
  • Loading branch information
jeffbyrnes committed Sep 25, 2019
1 parent 299b7dc commit 89dbd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
di = !"d() { git diff --patch-with-stat HEAD~$1; }; git diff-index --quiet HEAD -- || clear; d"

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

# Clone a repository including all submodules
c = clone --recursive
Expand Down

0 comments on commit 89dbd00

Please sign in to comment.