Gitflow: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
git-flow is a merge-based solution. It does not rebase feature branches. | git-flow is a merge-based solution. It does not rebase feature branches. | ||
<font color=darkgray>TODO: Next time I need it, integrate /iCloud/Personal/Professional/Learning/Workarea/gitflow.docx</font> | |||
=Branching Model= | =Branching Model= |
Revision as of 16:22, 2 October 2018
External
- https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
- http://nvie.com/posts/a-successful-git-branching-model/
- https://danielkummer.github.io/git-flow-cheatsheet/
- https://github.com/petervanderdoes/gitflow-avh/wiki/Installation
- http://weaintplastic.github.io/web-development-field-guide/Collaboration/Working_with_Git/Git_Workflow/The_Concept_of_Gitflow
Internal
Overview
git-flow is a merge-based solution. It does not rebase feature branches.
TODO: Next time I need it, integrate /iCloud/Personal/Professional/Learning/Workarea/gitflow.docx