Summary
This section contains my Git and GitHub notes, including setup, command references, repository workflow, and version control basics. The goal is to build practical Git understanding that supports projects, wiki publishing, and day-to-day technical work.
What You Will Find Here
- Git setup and authentication notes
- command references for common Git tasks
- notes about repositories, remotes, and workflow
- material that supports projects, documentation, and publishing
Structure
| Section | What it contains |
|---|---|
| Guides | step-by-step setup and workflow notes |
| Commands | quick Git command references |
| Concepts | mental models and version control ideas |
Recommended starting points
- Guides
- Branch Strategy for Small Projects
- Commands
- Commits, Staging, and Remotes
- Rebase vs Merge
- Fetch, Pull, and Syncing
- Undo, Restore, Reset, and Revert
Scope
- practical version control learning
- Git and GitHub usage that supports projects, wiki publishing, and portfolio work