I have created a branch for a new feature from master called 'feature/test', to test on a test server I must make a Pull Request and incorporate the changes I have made to the /develop branch.
The problem I have is that when I try to do the PR not only the commits of my changes are included but also the commit that is produced when doing the merge from master, which also includes many other changes that should not be present.
How can I exclude that commit and only include in the Pull Requests the changes I have made?