well, I've made a very terrible mistake which first I just want to delete the remote connection to another repositories.
I've made the command like this: git push dev :test
which after I check on the github, I'm just realize that the branch test already deleted.
Question: how can I get the branch back? Is it possible to undo the command which I've already made?