New comment by RoundDuckKira on void-packages repository https://github.com/void-linux/void-packages/pull/44028#issuecomment-1556955196 Comment: > _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 libxnvctrl > ``` > > https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements Ah whoops my bad, I tried to make my own branch but then when I did git push -f it pushed to master. How do I do it right in the future and also do I need to resetup this pull request all over again?