New comment by nvidiaLinuxUser on void-packages repository https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141360 Comment: > @nvidiaLinuxUser Rebase is something you do locally on your checked out branch: `git fetch origin && git rebase origin/master` should do it. Your branch has split off from master at some point, and rebasing on master basically means that the changes to master since your branch has split off are taken and your changes are applied on top of the new state of the master branch. > > If you have trouble with git, https://github.com/git-guides is a good resource, and once you're comfortable with those basics, https://git-rebase.io/ would be a good next step. Thanks for the information, I will try to learn it :) > If you want someone else to take over for this package, until you're more comfortable with git, I'd be happy to do so. That would be nice