Fiz todos os desafios até o git reset --hard <hash? Confiro tudo no log e está ok. Porém tento mandar para o repositório remoto ele me exibe o erro abaixo:
PS C:\Users\brunoferro\OneDrive\Programação\Alura\git-github-projeto-2\jogo-do-numero-secreto> git push To https://github.com/brunojardel/jogo-do-numero-secreto.git ! [rejected] main -> main (non-fast-forward) error: failed to push some refs to 'https://github.com/brunojardel/jogo-do-numero-secreto.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. If you want to integrate the remote changes, hint: use 'git pull' before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
e o repositório remoto permanece como está... com todos os commits.