Olá. tinha dado um push inicial e os arquivos foram parar no github. Alterei um arquivo e quis subir a mudança. dei o comando "git push origin master", o que acabou resultando no erro abaixo.
algumas infos:
- sou bastante iniciante no assunto, estou tendo dificuldades para entender coisas bastante básicas
- o que eu quero fazer é publicar as mudanças em um projeto que já está no github.
meugf@PC MINGW64 ~/Desktop/Projetos - estudos/Site Terapia (master)
$ git push origin master
To github.com:marovitch/terapia_estudo.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'git@github.com:marovitch/terapia_estudo.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.
Alguma ideia?