-
Notifications
You must be signed in to change notification settings - Fork 0
Home
señoritami edited this page Mar 8, 2026
·
1 revision
This wiki expands on the notes in the repository and adds a bit more context around how I tend to work with Git in day-to-day development.
It is not intended to be a full Git manual. There are already plenty of those available. Instead, the focus here is on the habits and patterns that tend to make Git easier to work with in real projects.
Most of the content reflects practical situations that come up repeatedly when working in teams:
- organising branches
- writing readable commit history
- reviewing pull requests
- recovering work after mistakes
- debugging regressions using Git history
These pages are mainly meant as a working reference — something to quickly revisit when a particular Git situation comes up.