Git & GitHub
The branch separates durable Git concepts from collaboration conventions:
- Version Control covers repositories, commits, history, and core commands.
- GitHub Branching and Collaboration covers shared workflows.
.gitignorerecords what should stay outside version control.
For deeper reference, use the Pro Git book. For a compact conceptual introduction, use The Missing Semester.