How to connect a MonoDevelop project to BitBucket using git or svn?

I use BitBucket to host my code because I can have a free PRIVATE repository.

Can someone show me the connection details if you want to use MonoDevelop to connect to bitbak via git, svn, please? My impression is that HG does not support MonoDevelop.

+3
source share
2 answers

Take the https link from the overview page on bitbucket.org (after you are logged in)

From MonoDevelop:

  • Go to Versioning and Checkout
  • Make sure the parameter is Protocolset to HTTPS
  • https Url:, .
  • , . Projects ""
  • "" , ( )
  • ( )

,

+1

All Articles