I made new branch from master
called feature1
.
It took me more than one month and in between that I did 3-4 merge and 1-2 rebase with master. Now my branch shows commits from all authors.
The senior coder wants to review what i did in my branch with only my 25 commits as all other commits by others are already in master.
However, when I create pull request then it also shows commits by others as well and it's hard to check only the work I did.
Is there any way that I can create some pull request which only highlights my commits so that he can view which files changed etc?