0

We have recently lost access to our gitlab VM so we are unable to access our repositories. Is there any way to push our local repositories with all of their commits to a new gitlab server? We understand there's no way to restore issues, todos, etc.

Regards

1 Answer 1

1

As this question explains: Import an existing git project into GitLab?

Create the repository on gitlab, add the new remote gitlab to your local repo and push.

git remote add gitlab url-to-gitlab-repo
git push gitlab master -f
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.