Tag
Git
2 articles tagged "Git".
- Git branching strategies that scale: from a solo repo to a team of fifty A practical field guide to the four branching models that cover almost every project (commit-to-main, GitHub Flow, trunk-based, and Git Flow), with the commands for each and a clear rule for knowing which one you are actually in.
- Git workflow for teams: the daily habits a shared repo runs on A practical playbook for working in a shared repository: branching cleanly, writing commits that explain themselves, opening reviewable pull requests, staying in sync without rewriting shared history, and choosing how a PR lands.