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
`git submodules` is an expensive command which unless cached is called once per individual submodule.
Use temporary file to cache output of this command and remove the file on exit.
0 commit comments