Skip to content

Files

Latest commit

 

History

History
15 lines (13 loc) · 367 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 367 Bytes

This is a test repository with a README Ref: https://help.github.com/articles/github-flavored-markdown

  • Create README
  • Created README.md
  • Added original GitHub Instructions
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/brettharper-wf/TestRepository.git
git push -u origin master