Posts by Bruno • 1 point
1 post
-
0
votes1
answer142
viewsQ: git push origin master is not working
I’m doing the following flow: git init git add README.md git commit -m "teste" git branch -M main git remote add origin https://github.com/Brininhoxd/teste.git git push -u origin main when I give…