TestingFileSample.txt 339 B

12345678910
  1. Create a new repository on the command line
  2. touch README.md
  3. git init
  4. git add README.md
  5. git commit -m "first commit"
  6. git remote add origin http://git.sitstech.com/SE406/Test.git
  7. git push -u origin master
  8. Push an existing repository from the command line
  9. git remote add origin http://git.sitstech.com/SE406/Test.git
  10. git push -u origin master