Hi,
I ave made some changes in a local feature branch. During the development I have made commits to my local feature branch. I have now pushed the feature branch to remote/feature branch and tried to make a pull request into remote/master of that feature branch.
Unfortunately there where to many files in my feature branch so the pull request detected a conflict. I have now abanded the pull request.
Is it possible to remove the files that I don't need in the feature branch so I can create a pull request of that branch? Do I have to create a new feature branch locally from master?
Don't really know how to solve this issue.