New comment by Bnyro on void-packages repository https://github.com/void-linux/void-packages/pull/48675#issuecomment-1951978710 Comment: You can't change the branch now, as this would force you to close this pull request and open a new one. Just remember not using the master branch for making pull requests next time. For now, run `git rebase -i HEAD~9`, and an editor will open. Change all `edit` keywords except in the first line to `squash` (hence lines 2 to 9), then save the file. A new editor will open, remove all text from it and insert the title of this pull request (will be used as commit message). Then run `git push -f`, and done.