Skip to content

Commit 2f1fdb4

Browse files
committed
Make submodules default to their "develop" branches.
This allows updating all the submodules to their current "develop" branches: git submodule update --remote
1 parent aeb98c1 commit 2f1fdb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[submodule "ide"]
22
path = ide
33
url = https://github.com/runrev/livecode-ide
4+
branch = develop
45
[submodule "thirdparty"]
56
path = thirdparty
67
url = https://github.com/runrev/livecode-thirdparty
8+
branch = develop
9+

0 commit comments

Comments
 (0)