Git uses BitBucket managed Xcode to build multi-person collaborative development

Source: Internet
Author: User

if you want to submit your code to the code site for synchronous development, here I recommend using BitBucket because it is free hehe, can create a private group warehouse and can assign permissions to team members,GitHub create a private group warehouse is charged .
BitBucket features 1. Unlimited number of private warehouses 2. Unlimited disk space3. Support Https/ssh at the same time4.Bug Tracking 5. Project Wiki6.API Support7. Flexible control of permissions8. Customizable Domain name9.RSS Modify Record output10. Custom Downloads
using BitBucket is very simple to register a good account.
I'm here to create a group warehouse as an example1. Create a warehouse


2. Create a group


If you do not add a member after creating a group okay3. Add team memberscame to the warehouse under teams.




 
so far, the BitBucket has been configured. Next Open Xcode
  
address is here

When you're done 
now use Xcode to create your project after the check is finished
If you have an existing project that you want to submit to BitBucket
1.cd/path/to/my/repo 2.gitRemote add Origin https://[email protected]/tetess222/ggg.git 3.git push-u Origin--all4.git push-u Origin--tags

submit file to BitBucket
commit the files to commit and then push to the bitbucket before committing.pull is pulling resources from the bitbucket (when there is a new change)

view Historical file versions on Xcode

Git uses BitBucket managed Xcode to build multi-person collaborative development

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.