-1
I used the command > git push --set-upstream origin master and could not send from my local repository to my remote repository, on the screen appeared the following code:
$ git push --set-upstream origin master To https://github.com/Toni-emmanuel-git/teste.git ! [Rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://github.com/Toni-emmanuel-git/teste.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.
"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." You saw that?
– Woss