This is my test project created to learn git
Commands Executed: echo "# MyFirstProject" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/myluckyapps/MyFirstProject.git git push -u origin master