I am try to do a code review for my current branch feat, which is based on branch develop.
I want to combine all changes made to that branch compare to the staring point (Let's say the hash is a483b4b38 on develop branch).
The thing is, develop branch also has some commits during the feat development, and I merged develop into feat serveral times during development.
Is there a way to separate a branch from commmit a483b4b38 and includes all changes made to feat branch but without develop merges? I just want to check all changes that purely made by myself on that branch.