New comment by k4leg on void-packages repository https://github.com/void-linux/void-packages/pull/15800#issuecomment-546682656 Comment: As I understand it, you could not merge commits? This is easy enough: $ `export EDITOR="nvim"` # Or your other editor(nano, vi, vim & etc.). _\~/void-packages | branch: yaru-plus-icon_ $ `git rebase -i HEAD\~10` Something like this will appear in the terminal: https://i.imgur.com/g5DnA6g.png You will need to make something like this out of this: https://i.imgur.com/opo3DhL.png Save and exit. Next it will appear: https://i.imgur.com/5zxgeUs.png You should do something like this: https://i.imgur.com/vOdlOq5.png Everything is ready. Remains only: _\~/void-packages | branch: yaru-plus-icon_ $ `git push -f`