Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 561 Bytes

File metadata and controls

17 lines (9 loc) · 561 Bytes

GIT Introduction

GIT is set up to greatly minimize the possibility of irreversible damage to files, such as accidentally lost data. Git makes it extremely difficult for a snapshot of your file that is committed to being lost.

  1. States:

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

  1. Committed:

Data is securely stored in a local database

  1. Modified:

The file has been changed but not committed to the database