New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/36524#issuecomment-1088801183 Comment: > Hi, I already did locally, in order to test the build. I'm just new to git, and mean to soft reset to upstream and do again one commit per package as it's defined in the contributing guidelines. There is a few ways to do this. This is one, but also it would be painful and not optimal. I would suggest to put your changes to each package to a new commit, then `git rebase -i upstream/master` and squash/fixup commits that should be one.