Github Quick Setup Create a new repository on the command line echo "# ainder_cloud" >> README.md git initgit add README.md git commit -m "first commit" git remote add origin https://github.com/fafasociados/new_repo.git git push -u origin master