Bonobo Git server integration with VS 2015 Community Edition

I am using Visual Studio Community Edition (local development computer) and I have a Bonobo Git server setup and it runs on a separate machine. I am trying to connect through Visual Studio to a server, but somewhere I am failing. VS2015 has local Git, but my Bonobo Git server is on the local instance server, which is in our domain. As I point VS2015 Connections to this, I am looking for extensions on the Internet, but so far I am drawing spaces and components that work on the local development machine. Please stay put with the question - I do not want a command server, I do not want github; I am looking for the answer to my question, and not some other service or some other thing.

+4
source share
1 answer

Here is how I did it:

  • Create a local Git repository by cloning from your bonobo Git URL:

enter image description here

  1. Double-click the new "local" repo:

enter image description here

  1. Add or create a project or solution on the Repo home page:

enter image description here

  1. Do some work. Make a code. Whatever.

  2. Check out the changes by clicking the "Changes" button on the same Repo home page (see previous image).

  3. Add a commit message and then complete everything (assuming what you want to do) on the "Changes" screen:

enter image description here

, AD Bonobo, , Visual Studio, - , . , SharePoint VS2010, , , .

+8

Source: https://habr.com/ru/post/1653843/


All Articles