New comment by kawaiiamber on void-packages repository https://github.com/void-linux/void-packages/pull/27113#issuecomment-743874230 Comment: ``` [amber@otaku ~/projx/repos/void-packages]$ git push origin tspreed Username for 'https://github.com': kawaiiamber Password for 'https://kawaiiamber@github.com': To https://github.com/kawaiiamber/void-packages.git ! [rejected] tspreed -> tspreed (non-fast-forward) error: failed to push some refs to 'https://github.com/kawaiiamber/void-packages.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. ``` This was after I did git rebase -i HEAD~5 and made it look like suggested with squash and fixup. Then, git rebase --continue, then the above...