-
Hey! Maybe this should go under issues, but I'm a bit confused about the behavior of submodules(?) linked in dracula/dracula-theme. The one titled gamemaker-studio links to an older version of the game-maker repository. See picture below: Do these submodules need to be updated manually? Is there no way to simply have them link to the most up-to-date master branch? I just had someone contact me about not seeing recent changes to the theme, because they had followed the link in the dracula/dracula-theme repository |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Git submodules stay "pinned" at a version until they're updated. AFAIK, @zenorocha is the only who can/does update them, so yeah, it's kind of manual ( |
Beta Was this translation helpful? Give feedback.
-
That's right, from time to time I manually run I'm open to suggestions on how to improve this process. |
Beta Was this translation helpful? Give feedback.
That's right, from time to time I manually run
git submodule update --recursive --remote
to update all the submodules.I'm open to suggestions on how to improve this process.