git remote add origin https://github.com/palejoguedes/curso-git.git
Resposta: fatal: remote origin already existis
Então depois disso eu coloquei um alias diferente(origem), só que quando fui mandar os commits:
git push origem master
Recebi essa resposta:
! [rejected] master --> master (fetch first)
error: failed to push some refs to 'https://github.com/palejoguedes/curso-git.git'
Oque faço?