3

This is a simple question that has been bugging me.

In XCode 4.2, is there anyway to display the git branch that is currently being edited?

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

Peter M
  • 7,309
  • 3
  • 50
  • 91

1 Answers1

2

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

There doesn't seem to be an overlay added to the other views in XCode4, no overlay related to Git.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250