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
we need to reset our submodule to one of the branches
git reset branch_name -- submodule_dir
git commit
change submodule branch permanently (in .gitmodules)
vim .gitmodules # edit stuff that you need
git submodule sync
git deinit submodule_dir # deinit submodule that you editted. or '.' to deinit all
git submodule update --init --remote submodule_dir # pull remote into submodule