New comment by meator on void-packages repository https://github.com/void-linux/void-packages/pull/37968#issuecomment-1183530123 Comment: Please try to avoid closing and opening the same pull request. [The contributing guide](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#review) shows how to forcefully overwrite your branch when you have issues with your git history. This will work without closing your pull request. I know Void's commit policy is strange, but there has to be one commit per package. You should never force push to publicly visible repositories unless you have a good reason to do so, but Void doesn't care about that. Knowing how to forcefully alter git's history might be useful to you in other cases too (but you should do these things before you `git push` generally). This is called "sausage making" in the git world. I would recommend you to look up `git rebase -i` and baybe `git reset`.