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