How to handle changes to submodule files? #1794
Answered
by
oleg68
larspalo
asked this question in
Developers
-
The RtAudio file is changed as of #1788. Now when I check the status of git for my fork it's reported as changed. How am I supposed to handle it? Should I add it? |
Beta Was this translation helpful? Give feedback.
Answered by
oleg68
Feb 3, 2024
Replies: 2 comments 3 replies
-
Does |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
larspalo
-
No, it does not. It updates the submodel directories to the commits specified at the main (Grandorgue) repository, not ti the latest ones. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does
git submodule update --init --recursive
help?