Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 203 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 203 Bytes

testrepo

Just a test Github repository

To push latest onto github, from cloud9 terminal issue the following commands:

git add --all .

git commit -m "some comment"

git push -u origin master