git - How to connect Visual Studio 2015 to an existing Gitlab project? -
there on-premise instance of gitlab installed. there visual studio projects in instance. easiest way of connecting visual studio 2015 1 of projects?
with github, can selecting "connect github" on following picture:
and pasting repository url. there no gitlab option in drop down. easiest way of configuring visual studio 2015 work solution gitlab repository? work mean have usual source control bindings repository.
note, question useful in more general context of connecting any git repository not github, , not have direct support built-in visual studio menu, not gitlab repository.
first, clone using command line:
git clone <repository url>
then in visual studio, in team explorer pane, select connect button , local git repositories "tab":
press add, indicated on picture, , select folder cloned repository too.
when process finishes, can double-click added repo "connect" it, , select , open solution contains. after follow usual visual studio git workflow.
Comments
Post a Comment