Create a Git server for XCode under Mac-simply can't be simpler
The beautiful Life of the Sun Vulcan (http://blog.csdn.net/opengl_es)
This article follows "Attribution-non-commercial use-consistent" authoring public agreement
Reprint Please keep this sentence: Sun Vulcan's Beautiful Life-this blog focuses on Agile development and mobile and IoT device research: IOS, Android, HTML5, Arduino, Pcduino , Otherwise, the article from this blog refused to reprint or re-reproduced, thank you for your cooperation.
Placeholder previews, git is completely file-based version management system, even through the network is the same, only this it takes advantage of the SSH protocol, to the remote server on the Git repository operation.
Git server, also a repository, when you develop, interacting with your local repository, need to communicate with the team, the latest content of your current local repository is pushed to the local repository on the (push) server,
Or, drag the latest content from the local repository on the server to local, and import it to your local repository.
In fact, there is no need for a git server, the team can also communicate, because the GIT version control system itself is based on the file system, rather than distributed network services, so do not like SVN, there is a center.
We take the Git server, but also just want to share, through the export send mail, the other side of the import is also OK, this call patch it? Git's detailed use has not been researched yet, and it is very simple to work with.
This is bound to be filled, because I will also study to learn, in order to master this excellent version control system.
Create a Git server for XCode under Mac-simply can't be simpler