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
As a result, every time remote needs to be accessed, there is an extra step where git remote get-url origin is run. We can avoid that by storing the complete URL of each repo in state.json. For example
Currently the state file (
.mepo/state.json
) mirrors the registry, and looks likeAs a result, every time
remote
needs to be accessed, there is an extra step wheregit remote get-url origin
is run. We can avoid that by storing the complete URL of each repo instate.json
. For exampleThe text was updated successfully, but these errors were encountered: