I've backed up my repository using git clone. I've used the commands described here to restore it:
How to convert a normal Git repository to a bare one?
My original shared repository had many branches. e.g.
git branch -a
* master
branch1
branch2
However the the shared repository restored from the back up, all the branches are missing
git branch -a
* master
remotes/origin/branch1
remotes/origin/branch2
Are there any steps I should do to restore the branches in my shared repository that's restored from a clone