Git is known for its distributed version control. This means that it works well in a centralized hosted manner as well as a local manner and it works with or without a reliable internet connection. Its flexibility makes it useful in nearly every context of files that change over time.
You can use XCode's version control to its fullest extent by using GitHub as a central server to host your git repository (as opposed to on your local computer). This frees your code by putting it into a public repository with some social features to let you share your code and show off your projects.
I created a screencast video that explains how to set up a GitHub account and connect it with your XCode projects.
Click here to watch my video.
I hope it helps you get more out of XCode.
No comments:
Post a Comment