echo "# hello-nodejs" >> README_1.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/jmau101/hello-nodejs.git git push -u origin master
#Push an exiting repository from the command line
git remote add origin https://github.com/jmau101/hello-nodejs.git git push -u origin mastr