Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:gitflow [2016/12/26 14:50] – [Gitflow] Domperss | en:gitflow [2021/12/03 18:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| ===== Presentation ===== | ===== Presentation ===== | ||
| - | GitFlow is based on a clear hierarchy of branches, which avoids unwanted commits on the main branches. The idea is to make clear the addition | + | GitFlow is based on a clear hierarchy of branches, which avoids unwanted commits on the main branches. The idea is to make clear additions |
| - | There are generally several basic branches in a project managed according to the GitFlow model: | + | There are generally several basic branches in a project(managed according to the GitFlow model): |
| - | * **Master** branch, | + | * **Master** branch, |
| - | * The **Develop** branch, which is the unstable version, but in a Debian-like sense: it's not the bazaar, it's just that it can sometimes have unexpected functioning... bugs can appear! | + | * The **Develop** branch, which is the unstable version, but in a "Debian-like" |
| - | * **Feature** branches, each of which relates to the addition of a complex functionality(this may be related to a [[http:// | + | * **Feature** branches, each of which relates to the addition of a complex functionality(this may be related to a [[http:// |
| - | * A branch **Release**, | + | * A branch **Release**, |
| - | * Branches **Hotfix** | + | * Branches **Hotfix** |
| - | In image, | + | The branches shown in this picture: |
| {{ : | {{ : | ||





