New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/41359#issuecomment-1368262849 Comment: easiest way is probably `git reset --soft master` then committing each package with `xbump` and `xrevbump` in the future if you need to make changes to a certain commit, you can use `git commit --fixup=commit-hash` to change something in a commit, then `git rebase --autosquash -i master` to clean it up