New comment by slymattz on void-packages repository https://github.com/void-linux/void-packages/pull/48675#issuecomment-1951483506 Comment: > Please squash all your commits into one commit using `git rebase` with the commit message `New package: grub-theme-voidlinux-3.2` (same as PR title) and force push that. See https://scribe.rip/@slamflipstrom/a-beginners-guide-to-squashing-commits-with-git-rebase-8185cf6e62ec. I'm sorry but I don't quite get how to do it. I've tried my best. I think my problem has to do with the fact that > Using the master branch of your fork for contributing is also strongly discouraged. It can cause many issues with updating your pull request (also called a PR), and having multiple PRs open at once. To create a new branch: ` $ git checkout master -b ` Can you advice please?