Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 328 Bytes

File metadata and controls

11 lines (9 loc) · 328 Bytes

#Working Directory

  • Area where all files and directories and changes are living all the time
  • git init

#Staging Area -Files and directories that we explicitly add to the staging area

  • git add

#Git Repository

  • Where all the snapshots/versions are . Each commit gives a new snapshot/version -git commit