Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6 IDE: How to close GIT panel beside code editor?

Tags:

xcode

xcode6.1

Using Xcode 6.1 I opened a panel showing GIT commit notes somehow and now I would like to close it. Does anyone know how???

enter image description here

like image 536
smDeveloper Avatar asked Dec 04 '14 18:12

smDeveloper


People also ask

How do I open two windows in Xcode?

3. Open in a new editor as another new window. Upon open the little popup, click on to the + of a tilted little window on the left and press ↩. A new window will appear outside the Xcode.


1 Answers

Found it at http://natashatherobot.com/git-blame-view-xcode/ It's called the "blame view" and you close it by clicking on the "One view" editor button at the top of the window (just to the right of the text "Today at 10:18 AM" in the image above.)

On Yosemite, this is what the button should look like:

enter image description here

like image 71
smDeveloper Avatar answered Oct 29 '22 16:10

smDeveloper