The Objective:
I have some existing git
repositories and I want to view them in GitLab
's UI.
The easiest way would be to essentially copy, or import
bare git
projects to GitLab
. But I don't want the server to actually use GitLab
because of this. I want to continue using git
and not switch over to GitLab
, just use GitLab
's UI.
Is there a way to use the GitLab
UI to view plain git
projects without copying and converting git
to GitLab
?
Please let me know if I can clarify anything.