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