I am trying to compare a particular feature's commit against a new feature commit. But this is giving me a comparison of the first feature's original branch against the new feature commit. I tried adding a commit tag but it is not giving correct results.
What do you mean by comparing a commit against another one?
Maybe the easiest would be to get the diff for the two commits (that basically capture what was changed as part of that commit) and then compare the diffs?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.