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: enter image description here

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":

enter image description here

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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -