Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 668 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 668 Bytes

Module-1-Basics

Please watch the following tutorials

Exercise

In your terminal, create a demo project that replicates these steps:

  1. git init demo (cd into it)
  2. touch readme.md
  3. git add readme.md
  4. git reset readme.md
  5. git add readme.md (to get it back in the staging area)
  6. git commit -m ‘commit empty readme’
  7. Take a screenshot of your terminal and post to the Education Community.