Xcode 13 - Hide git branch in Toolbar

Viewed 218

Welcome to Xcode 13, we can see/select current branch in the Toolbar.

Git branch in Toolbar

Don't get me wrong, it's great for some projects, but is there any way to hide it?
Did not find anything in a menu or preferences.
(I know I can completely disable git in preferences, I just want to 'hide' it from the Toolbar).

1 Answers

The only way is going to Preferences -> Source control and disable Enable Source control

Preferences Panel

Related