nano README.md git init git add README.md git commit -m "primeiro commit" git remote add origin https://github.com/gabrielhaase/code.education.git git push -u origin master
nano README.md git init git add README.md git commit -m "primeiro commit" git remote add origin https://github.com/gabrielhaase/code.education.git git push -u origin master