New comment by kawaiiamber on void-packages repository https://github.com/void-linux/void-packages/pull/27757#issuecomment-761282430 Comment: Okay, so, you want to do `git rebase -i HEAD~41`, the `-i` is for interactive mode. Then, the first one, you just want it to say `pick`, but for all the rest of the lines, you want to replace `pick` with `squash`, then, you will then have to force push: `git push origin np_paleta -f`