We had a Gitlab CE on a vm in our server.
There were 3 people working on a single repository on this Gitlab server.
This Gitlab CE vm has been deleted accidentally!
These 3 people still have their local repositories with a lot of branches.
Our branching strategy was like this:
We had a Master branch and some feature branches per user.
users used to:
- pull master from remote,
- make a branch from it,
- make changes,
- push to master again (via merge requests)
Now, I have some questions:
- Is there any way-strategy to recreate-rebuild remote repo from local ones?
- If not, what should I do to create another remote repo and merge all commits to it?