Xcode team Git

Dear dev community



Please, provide me information about Git in developer account

I want to work with my collegs on project with personal accounts(not team acount) and I want to use Git(or other control version tool)


Does "apple dev account" has Git?



Thanks

Answered by szymczyk in 333071022

Working on a project in git with other people does not involve your Apple developer account.


You must choose a place to host your projects online. Popular sites to host git projects online are GitHub, Bitbucket, and GitLab, with GitHub being the most popular.


Once you choose where you want to host the project, everyone on the team should create accounts on the chosen site.


At this point you can create your project. Since you are asking on an Apple forum, I will assume you are creating an Xcode project. When you create a project in Xcode and choose a place to save the project, there is a checkbox to create a local git repository. After creating the project you can put it online from Xcode's Source Control navigator. After you put the project online, everyone else can clone it from Xcode by choosing Source Control > Clone. If you want more detailed instructions, doing an Internet search for Xcode 9 GitHub provides links to numerous articles on putting Xcode projects on GitHub.

Accepted Answer

Working on a project in git with other people does not involve your Apple developer account.


You must choose a place to host your projects online. Popular sites to host git projects online are GitHub, Bitbucket, and GitLab, with GitHub being the most popular.


Once you choose where you want to host the project, everyone on the team should create accounts on the chosen site.


At this point you can create your project. Since you are asking on an Apple forum, I will assume you are creating an Xcode project. When you create a project in Xcode and choose a place to save the project, there is a checkbox to create a local git repository. After creating the project you can put it online from Xcode's Source Control navigator. After you put the project online, everyone else can clone it from Xcode by choosing Source Control > Clone. If you want more detailed instructions, doing an Internet search for Xcode 9 GitHub provides links to numerous articles on putting Xcode projects on GitHub.

Thanks

Xcode team Git
 
 
Q