How to use Branches in Xcode
Channel:
Subscribers:
29,600
Published on ● Video Link: https://www.youtube.com/watch?v=R_rssimeQ0I
In this video I will show you how to use the Git Branch feature in Xcode 5.1.
Branches are helpful if you're developing your app. You can isolate a "working" version, create a new branch and fiddle with new features that may destabilise your project. You can then commit your changes - working or not - to a separate branch, and when all is stable again you can merge them back into the master project.
Other Videos By The WP Guru
Tags:
Xcode
Git
Github
Branch
Branches
Release
Objective C