New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/46831#issuecomment-1806434961 Comment: I think you almost got it. if `git remote -v` doesn't show a remote like: ``` upstream https://github.com/void-linux/void-packages.git (fetch) upstream https://github.com/void-linux/void-packages.git (push) ``` add it with `git remote add upstream https://github.com/void-linux/void-packages.git` then `git pull --rebase upstream master` on your vlc branch and `git push -f` the result. it may say there's a conflict that you'll have to fix, so do that if so.