Home:ALL Converter>In Intellij / Android Studio, how do I change the diff against branch for the diff gutter column?

In Intellij / Android Studio, how do I change the diff against branch for the diff gutter column?

Ask Time:2019-01-10T07:16:15         Author:clocksmith

Json Formatter

In Android Studio, how do I change the "diff against" branch that the diff gutter column uses?

It looks like by default, it shows the diff of my local changes against the my last commit. But I want to diff against the master branch, not the last commit of the branch I am currently working on.

For example, I am in a local feature-branch, but I want the diff to be against local master.

Author:clocksmith,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/54119825/in-intellij-android-studio-how-do-i-change-the-diff-against-branch-for-the-di
yy