Open Mikek16 opened 1 year ago
@braughtg This feature branch still contains old commits from previous features. Is there a way i can rebase this feature branch with main to remove these commits before closing the pull request?
This feature branch still contains old commits from previous features. Is there a way i can rebase this feature branch with main to remove these commits before closing the pull request?
This typically happens when your work is based off of another feature branch. When you merge the upstream main
into your branch - which it looks like you did - the changes shown in the "Files changed" tab should then just show your new changes. For some reason, GitHub still shows the old commits. This just seems to be a quirk of the way git / GitHub work.
As long as the "Files changed" tab just shows the new changes it will be fine when it is merged intomain
because the changes from those other commits are already there.
If or when this is ready, just mark it as "Ready for review" and I'll look it over again in detail.
Pull Request Description Closes #207