How to use Branches in Xcode

Channel:
Subscribers:
29,600
Published on ● Video Link: https://www.youtube.com/watch?v=R_rssimeQ0I



Category:
Guide
Duration: 9:22
5,401 views
79


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.







Tags:
Xcode
Git
Github
Branch
Branches
Release
Objective C