Git 工作流程
Git Workflow
Load when writing a git commit message (conventional commit format, type/scope/subject/body), naming a git branch (feat/, fix/, chore/, hotfix/), doing an interactive rebase (squash, fixup, reword, reorder commits), resolving a merge conflict, using git bisect to find a regression, managing git stash, or when asked "what type should this commit be", "how do I name this branch", "how do I clean up my commit history", "how do I find which commit broke this", "how do I undo this commit".