Answer the question
In order to leave comments, you need to log in
What version control system to use for iOS development in Xcode?
Good afternoon!
When creating a project in xcode, I created a git repository. I can make commits, I can see the history too, but I don’t understand a bit - can I use this git for team development?
If yes, how to invite other developers to the project?
Or will you have to connect github and work through it?
Answer the question
In order to leave comments, you need to log in
You have created a local git repository. Relatively speaking, you can connect other people to it if your computer has an address on the Internet or a white ip, it’s also not entirely trivial, so it’s better to say that no, you can’t.
You need to create another exactly the same repository somewhere in the public domain (github, bitbucket, etc.) and everyone will already exchange edits from their local repositories through it.
Sure you can. Use bitbucket for this, you can make a private repository (I don’t remember how many people, 2 or 3, sort of). And you don't need to deploy anything on your server.
Private repositories on GitHub are pretty cheap: https://github.com/pricing
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question