Skip to main content

Git & GitHub

The branch separates durable Git concepts from collaboration conventions:

  1. Version Control covers repositories, commits, history, and core commands.
  2. GitHub Branching and Collaboration covers shared workflows.
  3. .gitignore records what should stay outside version control.

For deeper reference, use the Pro Git book. For a compact conceptual introduction, use The Missing Semester.