RafasTavares / Module-1-Basics

Understanding Git for Campus Advisors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Understanding Git for Campus Advisors

License:MIT License