--- # Research sources referenced by this skill # Each entry documents where the skill's guidance came from. --- ## nvie-gitflow-post **Description:** Original 2010 post by Vincent Driessen introducing the Gitflow branching model, including a 2020 reflection note recommending GitHub Flow for continuous delivery teams. **Source:** https://nvie.com/posts/a-successful-git-branching-model/ - **Research doc:** plugins/git/docs/research/docs/git/gitflow.md (whole-document reference) **Contributing files:** - SKILL.md (Branch Patterns — Gitflow vs. GitHub Flow structure and defaults) ## atlassian-gitflow-tutorial **Description:** Atlassian's comprehensive Gitflow tutorial covering all five branch types, lifecycle steps, and CLI usage. **Source:** https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow - **Research doc:** plugins/git/docs/research/docs/git/gitflow.md (whole-document reference) **Contributing files:** - SKILL.md (Branch Patterns — Gitflow branch types, base/merge targets, `--no-ff` requirement) ## gitflow-cheatsheet **Description:** Visual cheatsheet for the git-flow CLI commands (git-flow-avh fork), covering all subcommands for feature, release, and hotfix branches. **Source:** https://danielkummer.github.io/git-flow-cheatsheet/ - **Research doc:** plugins/git/docs/research/docs/git/gitflow.md (whole-document reference) **Contributing files:** - SKILL.md (Branch Patterns — feature/release/hotfix naming conventions) ## context7-git-htmldocs **Description:** Official Git HTML documentation from the git/htmldocs repository — covers all commands, concepts, and internals. **Source:** context7:/git/htmldocs - **Research doc:** plugins/git/docs/research/docs/git/branching-merging.md (whole-document reference) **Contributing files:** - SKILL.md (Command mapping, Merging, Comparing Branches — `git switch`/`git branch`/`git merge`/`git log`/`git diff`/`git merge-base` command vocabulary and flags)