- Area where all of our files and directories and changes are living all the time
- Files and directories that we explicitly add to the staging area
- Where all our snapshots are stored
===========================================
Adding all files in directory (including hidden)
===========================================
-
Listing all branches
- git branch
-
Adding a branch
- git checkout
-
Changing branches
- git checkout
-
Merging a branch
-
Removing a branch