- Git Basics and VCSs
- Usages
- Branching model
- Workflows
- Advanced Git commands
- Git and GitHub flows
- Distributed Version Control System
- Snapshots, not differences
- Most of the operations are local
- Integrity - everything in Git is check-summed before it is stored and is then reffered by that checksum.
- The Three States - Committed, Modified, Staged
- The Three Sections - Git directory, Working Tree, Staging Area
Made with Slides.com