Git uses BitBucket managed Xcode to build collaborative development for multiple people
Source: Internet
Author: User
If you want to submit your code to the code site for simultaneous development, here I recommend using bitbucket because it is free hehe, you 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 space 3. Support HTTPS/SSH 4.Bug tracking 5. Project Wiki 6.API support 7. Flexible permission control 8. Customizable Domain name 9.RSS modify record output 10. Custom Download
Use BitBucket very simple to register a good account.
I'm here to create a group warehouse for example 1. Create a warehouse
2. Create a team
If no members are added after creating a group it's okay 3. Add team members to the warehouse under teams
The BitBucket is configured and then open Xcode
Address is here
When it's over,
Now use Xcode to create your project after check out
If you have an existing project that you would like to submit to BitBucket
1.cd/path/to/my/repo 2.gitremote Add Origin https://kolnick@bitbucket.org/tetess222/ggg.git 3.git push-u Origin--all 4 . Git push-u Origin--tags
Submit file to BitBucket
Before committing to the BitBucket, commit to confirm that the files need to be submitted and then pushed. Pull is pulling resources from the bitbucket (when there are new changes)
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.