Do not recurse submodules in git pull
This commit is contained in:
parent
a67519dcf2
commit
76d1ba2ad8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -51,7 +51,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
pull:
|
pull:
|
||||||
git pull --recurse-submodules
|
git pull
|
||||||
git submodule sync --recursive
|
git submodule sync --recursive
|
||||||
git submodule update --recursive --init
|
git submodule update --recursive --init
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue