Getting the difference between two repositories

后端 未结 11 1195
梦如初夏
梦如初夏 2020-11-30 16:33

How can we get the difference between two git repositories?

The scenario: We have a repo_a and repo_b. The latter was created as a copy of repo_a. There have been pa

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 17:01

    I use PyCharm which has great capabilities to compare between folders and files.

    Just open the parent folder for both repos and wait until it indexes. Then you can use right click on a folder or file and Compare to... and pick the corresponding folder / file on the other side.

    It shows not only what files are different but also their content. Much easier than command line.

提交回复
热议问题