Git uses bitbucket to host xcode to build collaborative development for multiple people, bitbucketxcode

Source: Internet
Author: User

Git uses bitbucket to host xcode to build collaborative development for multiple people, bitbucketxcode
If you want to submit your code to the Code website for synchronous development, here I recommend using bitbucket because it is free, you can create a private group repository and assign permissions to the group members. github charges fees for creating a private group repository.
Bitbucket features 1. unlimited number of private warehouses 2. unlimited disk space 3. support https/ssh4.Bug tracking at the same time. project Wiki6.API support 7. flexible permission control 8. custom domain name 9.RSS modification record output 10. custom download
It is very easy to register an account using bitbucket.
Here is an example of creating a group repository. 1. Create a repository.


2. Create a group


It's okay if no member is added after the group is created. 3. The group member is added to the repository under teams.




 
Now, the configuration is complete for the bitbucket. Then, open Xcode.

Address here

After completion
After checking, use Xcode to create your project.
If you want to submit an existing project to the bitbucket
1. cd/path/to/my/repo2.gitremote add origin https: // kolnick@bitbucket.org/tetess222/ggg. git3.git push-u origin -- all4.git push-u origin -- tags

Submit the file to the bitbucket.
You must first commit the files to be submitted and then push them to the bitbucket. pull pulls resources from the bitbucket (when there is a new change)

View historical file versions on Xcode

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.