Adicione devoto à reabasteça local existente

git remote add origin [email protected]:username/reponame.git
git branch -M main
git push -u origin main
Innocent Weber