Ada - Guia para Iniciantes No GitHub!
Ada - Guia para Iniciantes No GitHub!
Ada - Guia para Iniciantes No GitHub!
Unset
# Meu Projeto
Este é meu primeiro projeto usando Git!
Unset
git init
Unset
git add README.md
Unset
git commit -m "Adicionando README.md inicial"
Unset
git remote add origin
https://github.com/seu-usuario/nome-do-repositorio.git
Unset
git push -u origin master