IntelliJ: Viewing diff of all changed files between local and a git commit/branch

前端 未结 6 852
滥情空心
滥情空心 2020-12-01 05:44

Using IntelliJ\'s diff viewer is a very nice way to review code because you can make changes in your local version with all the capabilities of the IntelliJ code editor (ref

6条回答
  •  生来不讨喜
    2020-12-01 06:16

    This is implemented now. You right-click on the project and select "Git - compare with branch..." and choose master branch. Done. Diff all files.

提交回复
热议问题