Git & GitHub

Context

  • Git Basics and VCSs
  • Usages
  • Branching model
  • Workflows
  • Advanced Git commands
  • Git and GitHub flows

What is Git?

  • Distributed Version Control System

Git specifics

  • 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

Git & GitHub

By Rositsa Zlateva

Git & GitHub

  • 273