New comment by not-chicken on void-packages repository https://github.com/void-linux/void-packages/pull/12434#issuecomment-501518954 Comment: Hi @rc-05, thanks for your contribution! Seems like you accidentally pushed some extra commits. You can drop them using `git rebase -i HEAD~3` which will open up your text editor showing your last 3 commits. Replace the `pick` in front of those commits you want to remove from here with `drop`, then save and quit. Finally (force)push the changes here using `git push -f`.