You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The submodule currently being referenced leads to a mismatch of files relating to /_maps/CrestOfFlames (which has been updated more recently than the referenced submodule). I do note that usually the submodule updates are manual; is there possibly a way to automate the process so the referenced submodule always tracks the head of the master branch?
Also as per Nikki:
Not sure if it's possible to always track the head of the master branch, but as a workaround you can add git submodule update --remote right under the git clone command and it'll update on the client side. EDIT: (removed --recursive flag since I don't think that's particularly applicable here)
The text was updated successfully, but these errors were encountered:
The submodule currently being referenced leads to a mismatch of files relating to
/_maps/CrestOfFlames
(which has been updated more recently than the referenced submodule). I do note that usually the submodule updates are manual; is there possibly a way to automate the process so the referenced submodule always tracks the head of the master branch?Also as per Nikki:
The text was updated successfully, but these errors were encountered: