Skip to content

Commit

Permalink
Change how submodules are pulled based on mathiasbynens/pull/826
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanos committed Feb 2, 2019
1 parent d86c121 commit 0c6a8a3
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; git submodule foreach git pull origin master"
p = !"git pull; git submodule update --recursive --remote"

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

0 comments on commit 0c6a8a3

Please sign in to comment.