Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:gitflow [2016/12/26 14:48] – created Domperss | en:gitflow [2021/12/03 18:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| GitFLow is a fairly widespread organization of Git repositories that segregates things properly and therefore collaborates with a large number of people. | GitFLow is a fairly widespread organization of Git repositories that segregates things properly and therefore collaborates with a large number of people. | ||
| - | Dedicated tools for Git have been created to allow greater | + | Dedicated tools for Git have been created to allow greater work ease in merges, |
| <WRAP center round important 90%> | <WRAP center round important 90%> | ||
| - | If the organization | + | If the branch |
| </ | </ | ||
| ===== 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: |
| {{ : | {{ : | ||





