New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/41359#issuecomment-1368332493 Comment: > easiest way is probably `git reset --soft master` then committing each package with `xbump` and `xrevbump` This, but don't use `--soft` since that leaves all the changes staged (i.e. when you do `git add`).