I have a Git repos that looks like this:
I want to create a new branch from the highlighted commit. (It's a long story, but basically I want to submit the iOS app while working out kinks in the latest branch). I'm pretty sure this is possible, just don't know how to accomplish it... in addition, I don't see any way of using 'tags' in XCode 6.1.. is it available, just not documented?
You can do as (Check git-checkout(1) Manual Page documentation)
<start_point>
:-b <new_branch>
:-B <new_branch>
: