Show Current Git Branch in Xcode 4.2

This is a simple question that listened to me.

Does Xcode 4.2 still display the git branch that is currently being edited?

I know that I see it from the organizer (or I do it from the command line), but what I want to see is the name of the branch where it lights next to the name of the project and the file in Xcode itself - this I use 99.9% time.

+3
source share
1 answer

From what I see from the XCode4 User Guide , viewing the organizer remains the only way to quickly see the current branch (as you already knew).

In XCode4, there are no overlays added to other views, without overlay associated with Git.

+2
source

All Articles