Gitflow: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Replaced content with "=Internal= * Git * Trunk-Based Development * GitHub Flow * Semantic Versioning =Subjects= * Concepts * Operations")
Tag: Replaced
 
(85 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://danielkummer.github.io/git-flow-cheatsheet/
* https://github.com/petervanderdoes/gitflow-avh/wiki/Installation
=Internal=
=Internal=
* [[Git]]
* [[Git]]
* [[Trunk-Based Development]]
* [[GitHub Flow#Overview|GitHub Flow]]
* [[Semantic Versioning]]


=Overview=
=Subjects=
 
* [[Gitflow_Concepts#Overview|Concepts]]
git-flow is a merge-based solution. It does not rebase feature branches.
* [[Gitflow_Operations#Overview|Operations]]
 
=Branching Model=
 
{{External|http://nvie.com/posts/a-successful-git-branching-model/}}
 
==Master Branch==
 
==Develop Branch==
 
==Feature Branch==
 
==Release Branch==
 
==Hotfix Branch==

Latest revision as of 17:20, 6 March 2024