Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 13.2 - How to hide git changes in the code editor?

Tags:

xcode

xcode13

In the latest release of Xcode 13.2, there has been a new feature, which allows us to see both old new versions of a line. In my opinion, it's kind of difficult to navigate with this feature enabled. Does anyone know how to turn it off?

like image 222
Beaxhem Avatar asked Sep 12 '25 15:09

Beaxhem


2 Answers

Icon in the top right with two arrows pointing in opposite directions

Try these arrow press, it will hide the past code.

like image 168
Ahmed mohna Avatar answered Sep 15 '25 07:09

Ahmed mohna


Found it! There is an arrows icon at the top of the editor, which toggles this "code review" mode

like image 32
Beaxhem Avatar answered Sep 15 '25 09:09

Beaxhem