diff options
-rw-r--r-- | .gitmodules | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 8171819..a3ab13d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,8 @@ [submodule "Resources/modules"] - path = Resources/modules - url = https://github.com/VishnuEaswaran/openPLC_modules + path = Resources/modules + url = https://github.com/VishnuEaswaran/openPLC_modules + branch = master [submodule "Resources/OpenPLCv2"] - path = Resources/OpenPLCv2 - url = https://github.com/VishnuEaswaran/OpenPLC_V2 + path = Resources/OpenPLCv2 + url = https://github.com/VishnuEaswaran/OpenPLC_V2 + branch = working |