I accidently deleted most branches in origin repo (Github) by using git push -f --mirror
which i didnt really understood what it did.
Is there any way i can reverse what i did and get back all branches in origin?
I dont have any information about these branches since i didnt work with them.
EDIT: On closer look Gits response message looks like this
`- [deleted] 001
`- [deleted] 002_hide_ticketFilters
`- branches ommited for brevity
`* [new branch] CR/002_hide_ticketFilters -> CR/002_hide_ticketFilters
`* [new branch] origin/001 -> origin/001
`* [new branch] origin/002_hide_ticketFilters -> origin/002_hide_ticketFilters
`* rest ommited for brevity
It says new branch for every branch that was deleted. But i cant see these brancehs anymore. Not on my computer and not going to github either.
EDIT: So ive saved the list of all the branches that where deleted if that helps.