mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
Configure submodules to track master branch
- 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
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user