Gitflow: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow | |||
* https://danielkummer.github.io/git-flow-cheatsheet/ | * https://danielkummer.github.io/git-flow-cheatsheet/ | ||
* https://github.com/petervanderdoes/gitflow-avh/wiki/Installation | * 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 | * http://weaintplastic.github.io/web-development-field-guide/Collaboration/Working_with_Git/Git_Workflow/The_Concept_of_Gitflow | ||
=Internal= | =Internal= |
Revision as of 01:01, 2 October 2018
External
- https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
- 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.