Using git with Xcode
About git Git is a distributed version control system that is easy to use and free. I will describe the use of git with Xcode on Mac OS X for iPhone development. Because git is distributed, each client has a full copy of the repository. This results in great performance in most situations involving the management of source code files. Installation A disk image…