Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to compare branches in xcode

I am using xcode and its source controler. I would like to compare two branches I made. Impossible to do so by using the comparison mode. When I do it, it splits the editor in two (that is right) but I cannot put on branches on one side and the other one on the other side.

Any help?

All the best

like image 885
user1885349 Avatar asked Mar 23 '16 17:03

user1885349


1 Answers

I don't think this is available yet (Xcode 11). The best you can do is compare individual commits or if you know which files were changed, you can compare individual file changes for those commits.

like image 117
NSRover Avatar answered Oct 03 '22 07:10

NSRover