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
It seems the .gitmodules file still lists "branch = master" for cfe and osal. Should switch to "main". (Surprised "master" still works, given that branch is long gone! Guessing git defaults to "HEAD" if the branch specified no longer exists.)
From what I can tell the branch setting in .gitmodules only really matters if you do a git submodule update --remote which isn't really a normal user thing in our flow since the refs you get from the cFS repo gets you something that has gone through the cFS CI. It's a good fix, but shouldn't actually matter unless you are using that command. Not being all that familiar w/ the command above, I typically just use git submodule foreach git checkout main and a corresponding pull.
It seems the .gitmodules file still lists "branch = master" for cfe and osal. Should switch to "main". (Surprised "master" still works, given that branch is long gone! Guessing git defaults to "HEAD" if the branch specified no longer exists.)
cFS/.gitmodules
Line 4 in ed26455
The text was updated successfully, but these errors were encountered: