Skip to content

Commit

Permalink
Fix g p alias
Browse files Browse the repository at this point in the history
Uses solution proposed in mathiasbynens#826
Fixes bug introduced in mathiasbynens#868
  • Loading branch information
naoisegolden committed Sep 25, 2019
1 parent ce9c6c4 commit 97173af
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 @@ -21,7 +21,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 = !"git pull; git submodule update --recursive --remote"

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

0 comments on commit 97173af

Please sign in to comment.