mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
297315f5ba
- Update .gitmodules to explicitly track master branch for all submodules - Ensures submodules always point to latest master commits - Removes specific commit hashes in favor of branch tracking
13 lines
426 B
Plaintext
13 lines
426 B
Plaintext
[submodule "swingmusic-android"]
|
|
path = swingmusic-android
|
|
url = https://github.com/Dvorinka/swingmusic-extended-android
|
|
branch = master
|
|
[submodule "swingmusic-desktop"]
|
|
path = swingmusic-desktop
|
|
url = https://github.com/Dvorinka/swingmusic-extended-desktop
|
|
branch = master
|
|
[submodule "swingmusic-webclient"]
|
|
path = swingmusic-webclient
|
|
url = https://github.com/Dvorinka/swingmusic-extended-webclient
|
|
branch = master
|