Kodeco Forums

How To Use Git Source Control with Xcode in iOS 7

Learn how to use the Git source control system that is integrated into Xcode. Fully updated for iOS 7!


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/2646-how-to-use-git-source-control-with-xcode-in-ios-7

Nice tutorial…
My problem is diffrent : We are 3 developers. We want to make 1 pc as repository pc. And we want push to and pull from that pc.
How can I make that pc as repository. Give versioning tool name for that.

Condition : There is internet restriction in our company. So we can not set up git due it requires emailid and password while settting.

So help us to solve this problem.

You can find some instructions here: Add a remote mirror on a network drive from a local Git repository (Windows) · GitHub

Hi hi :slight_smile:

There are several ways in which you can host your private Git server. See some links below:

Remember that you can also use OS X Server and use Xcode Server to host git repositories there!

Hope this helps :slight_smile:

Is it possible to update this tutorial to Swift?