Git Basics for Analysts and Statisticians
Learn Git through small repeatable workflows—not long lectures.
What this site teaches
Section titled “What this site teaches”This site helps beginners practice the Git and GitHub workflow they need for everyday collaboration:
pull → branch → edit → status → add → commit → push → pull requestIt is designed for analysts, statisticians, epidemiologists, evaluators, and public health data teams who need Git to become practical and familiar.
Lessons
Section titled “Lessons”- What Git and GitHub Are
- Setup and First Orientation
- Cloning a Repository
- Status, Staging, and Commits
- Pushing and Pulling
- Branching
- Pull Requests
- A Complete Beginner Workflow