- Através do prompt de comandos navegar até o diretório
- Executar o comando git init
- Executar o comando git add .
- Executar o comando git commit -m "Primeiro Commit"
- Executar o comando git remote add origin https://github.com/dbnicacio/aula-git.git
- Executar o comando git push -u origin master
{{ message }}
