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

前端 未结 6 849
滥情空心
滥情空心 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:25

    Right Click on the class and select the Git option where you will see compare with branch option where you can select the particular branch.

提交回复
热议问题