How to compare 2 branches from different Git repos in intellij

已回答

I am in need of comparing 2 branches from different Git repos. I was trying to figure out how to open 2 github repos in intellij, and further make the comparison between 2 branches, but could not figure out.

Intellij IDEA version -  2023.2.4 (Ultimate Edition)

 

0

Hi,

you cannot compare two branches from two different repos. What would be your use-case?

Technically, you may pull it from another repo and compare. 

0

请先登录再写评论。