gitconfig: add submodule.recurse = true
This commit is contained in:
parent
1a58920868
commit
702d465d2f
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
|||
gpgsign = true
|
||||
[init]
|
||||
defaultBranch = trunk
|
||||
[submodule]
|
||||
recurse = true
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue