Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 181 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 181 Bytes

echo "# codereviewtest" >> README.md git init git add README.md git commit -m "first commit" git remote add origin [email protected]:saroup/codereviewtest.git git push -u origin master