New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/38900#issuecomment-1233157909 Comment: if you don't already have it, add this repo as a remote: ``` $ git remote add upstream https://github.com/void-linux/void-packages.git ``` then rebase your branch on the upstream master branch: ``` $ git pull --rebase upstream master ``` and force-push: ``` $ git push --force ```