Manuals / Git & GitHub / Guide 1
Start · beginner · ~15 min · Guide 1 of 12
How to use this Git path
Git is learned by doing in a throwaway repo, then applied daily. Path order: daily loop → branches/PRs → rebase → recovery (reflog/bisect) → hooks. Learn Git Branching visualizer is your friend.
Path progress3%
Step 1 of 3
Create practice repo
github.com/new → git-practice. You will break things here on purpose.
Do this now
Create git-practice repo. Clone locally. First commit: README.
Was this step clear?
Chapter learning outcomes
- Throwaway repo practice
- Daily loop habit
- Never rewrite shared history casually
Clear these before you leave
Side quest
First commit
README + .gitignore for OS files. git log --oneline.