Como faco para sincronizar o meu projeto com o GitHub
8) Execute o comando git push origin v0.1.0 para enviar esta tag para o GitHub; (este comando não está funcionando)
Ocorre o erro: cmorgado@vivaeh:~/Documentos/Pessoal/treinamento/git/claudia$ git push origin v0.1.0 fatal: repository 'https://github.com/claudia-morgado/alura_git/tree/master/projeto/' not found
cmorgado@vivaeh:~/Documentos/Pessoal/treinamento/git/claudia$ git remote -v local /l/disk0/cmorgado/Documentos/Pessoal/treinamento/git/repositorio/ (fetch) local /l/disk0/cmorgado/Documentos/Pessoal/treinamento/git/repositorio/ (push) origin https://github.com/claudia-morgado/alura_git/tree/master/projeto (fetch) origin https://github.com/claudia-morgado/alura_git/tree/master/projeto (push)