Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 274 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 274 Bytes

MyFirstProject

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