reading-notes

View the Project on GitHub Abu-laban/reading-notes

So, what is Git?

  1. Snapshots

  1. Local Operations

  1. Tracking Changes

  1. Loss of Data

  1. State

    • Files in Git can reside in three main states: committed, modified and staged.
  2. Committed

    • Data is securely stored in a local database
  3. Modified

    • File has been changed but not committed to the database
  4. Staged

    • Flagged a file’s changed version to be committed in the next snapshot~~

wp-content