New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/41112#issuecomment-1361820734 Comment: Also, I recommend you use the command line. There are a lot of thing you cannot do from the web ui. I recommend you read: https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md You can fix the commit history with the following: ``` git clone https://github.com/MechDR/void-packages/ -b tuner cd void-packages git remote add upstream https://github.com/void-linux/void-packages.git git reset --soft HEAD~2 git commit --amend git push -f git pull --rebase upstream master git push -f ``` The commit needs to be named `New package: Tuner-1.5.1`. In the future, do `git add `, `git commit --amend`, `git push -f`