mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-10-31 19:17:26 -05:00
always recurse to git submodules when pulling
This commit is contained in:
parent
ba38c6d30e
commit
8321056a27
|
@ -35,3 +35,5 @@
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
[submodule]
|
||||||
|
recurse = true
|
||||||
|
|
Loading…
Reference in a new issue