Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure Xcode with BitBucket

I have created a repo. on bitbucket. Now I want to connect that repo to the Xcode 9.So I can directly push, pull and do all the git stuff from Xcode.

is there any way to do that?

thanks!!!

like image 627
Uday Babariya Avatar asked Sep 26 '17 05:09

Uday Babariya


People also ask

How do I upload a project from Bitbucket to Xcode?

Right click the Remotes node under your project. Select “Add Existing Remote…” Give it a remote name, such as Bitbucket. Paste the URL from step 4 into the Location.


1 Answers

  1. If the project folder is already on your computer, and is already under git control, skip this first step. Otherwise, use the command line, or Xcode's Source Control > Clone dialog, to clone your bitbucket repo onto your computer.

  2. Open the project in Xcode and work with it.

  3. There is no step 3! Xcode will see that this repo is under git control and you'll be able to use Xcode's built-in source control features as usual.

like image 143
matt Avatar answered Sep 30 '22 23:09

matt