#1 [Ticket] Make Submodules track their Master branch
This commit is contained in:
parent
4a9047e306
commit
c86d85c99f
1 changed files with 3 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,9 +1,12 @@
|
||||||
[submodule "License"]
|
[submodule "License"]
|
||||||
path = License
|
path = License
|
||||||
url = git@git.euph.dev:Euph/License.git
|
url = git@git.euph.dev:Euph/License.git
|
||||||
|
branch = master
|
||||||
[submodule "Code_of_Conduct"]
|
[submodule "Code_of_Conduct"]
|
||||||
path = Code_of_Conduct
|
path = Code_of_Conduct
|
||||||
url = git@git.euph.dev:Euph/Code_of_Conduct.git
|
url = git@git.euph.dev:Euph/Code_of_Conduct.git
|
||||||
|
branch = master
|
||||||
[submodule "Code_Standards"]
|
[submodule "Code_Standards"]
|
||||||
path = Code_Standards
|
path = Code_Standards
|
||||||
url = git@git.euph.dev:Euph/Code_Standards.wiki.git
|
url = git@git.euph.dev:Euph/Code_Standards.wiki.git
|
||||||
|
branch = master
|
||||||
|
|
Loading…
Reference in a new issue