Git Workflows for Teams
Branching and release models like Git Flow, GitHub Flow, and trunk-based development, and how to pick one for your team.
1 post
Posts tagged git-workflow
Advanced Git: Rebasing, Internals, and Real-World Workflows
Rebase confidently, understand internals, and recover from anywhere.An advanced Git guide covering interactive rebasing, cherry-picking, bisect, Git internals (objects, refs, the .git directory), submodules, worktrees, hooks, reflog-based recovery, and real branching workflows.