I have some git repo with alot of remotes, some of remote branches a unique and i have not local tracking branches for it.
Today I did mistake on changing a remote url (I used remote1 instead of remote2).
After git fetch --all
my remote1 was rewritten (i see + before commit sha)
It's very bad, because remote1 now not accessible for me, and i cant modify url back and fetch.
Is it possible restore remote1 branches from my local repo after this wrong fetch?