reading-notes

Code Fellows Notes

View the Project on GitHub stephnitis/reading-notes

Git Tutorial

What is Git?

Local Repository Structure

  1. Working Directory: The actual files reside here.
  2. Index: The area used for staging
  3. Head: Points to the most recent commit