Olá Daniel,
git remote set https://github.com/dropecosta/curso-git.git
error: Unknown subcommand: set
Josiane,
Sim, já tinha feito tudo até aqui, o git status está clean e com 1 commit:
$ git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
Olá Emerson, não sei se entendi o que vc disse. Tentei novamente executar o comando remote, mas dessa vez com a url, mas ainda não consegui. Segue abaixo:
$ git remote add origin https://github.com/dropecosta/curso-git.git
fatal: remote origin already exists.