xcodegitxcode5version-editor

View two different files on two different branches in Xcode?


How is it possible to view two different files on two different git branches in Xcode? I have renamed one of my class and also added new logic to it. And now I would like to see together the two file in the left and right panel. Meantime I created and checked out a new branch and committed changes.


Solution

  • No, this isn't possible, but there are ways of getting the file's contents using the git command line. See the following SO questions: