Add update=merge for the submodule
This permit not to have detached state for the submodule See here: https://stackoverflow.com/questions/18770545/why-is-my-git-submodule-head-detached-from-master/55570998#55570998
This commit is contained in:
parent
a4f57bf4c5
commit
123d003b91
1
.gitmodules
vendored
1
.gitmodules
vendored
@ -1,3 +1,4 @@
|
|||||||
[submodule "themes/clean-even"]
|
[submodule "themes/clean-even"]
|
||||||
path = themes/clean-even
|
path = themes/clean-even
|
||||||
url = https://github.com/tdehaeze/clean-even
|
url = https://github.com/tdehaeze/clean-even
|
||||||
|
update = merge
|
||||||
|
Loading…
Reference in New Issue
Block a user