Последние авторы
1 |(% style="width:167px" %) |(% colspan="3" rowspan="1" style="width:1328px" %)(((
2 Некоторый набор правил, описывающий управление и жизненный цикл веток репозитория.
3
4 Также дополнительно может содержать более подробную информацию (например работа с ветками для новой функции, исправления бага, выпуска релиза).
5 )))
6 |(% colspan="1" rowspan="3" style="width:167px" %)Примеры подходов|(% style="width:221px" %)(((
7 Git-flow
8 )))|(% style="width:1105px" %)Master, Develop, Feature, Release, Hotfix
9 Develope -> Feature -> Develop
10 Develope -> Release -> Master|(% style="width:1105px" %)(((
11 Рабочий процесс Gitflow Workflow
12 [[https:~~/~~/www.atlassian.com/ru/git/tutorials/comparing-workflows/gitflow-workflow>>https://www.atlassian.com/ru/git/tutorials/comparing-workflows/gitflow-workflow]]
13 )))
14 |(% style="width:221px" %)Github-flow|(% style="width:1105px" %)Master, Feature
15 Master -> Feature -> Master|(% style="width:1105px" %)Код в master ветке должен быть не поломанным и готовым к развертыванию в любое время.
16 |(% style="width:221px" %)Gitlab-flow|(% style="width:1105px" %)Master, Feature, <env_branch>, Production
17 Master -> Feature -> Master
18 Master -> <env_branch> -> Production -> Master|(% style="width:1105px" %)
19
20 ----
21
22 What are the pros and cons of git-flow vs github-flow? [closed]
23 [[https:~~/~~/stackoverflow.com/questions/18188492/what-are-the-pros-and-cons-of-git-flow-vs-github-flow>>https://stackoverflow.com/questions/18188492/what-are-the-pros-and-cons-of-git-flow-vs-github-flow]]
24
25 gitlabhq/gitlabhq Introduction to GitLab Flow (FREE)
26 [[https:~~/~~/github.com/gitlabhq/gitlabhq/blob/master/doc/topics/gitlab_flow.md>>https://github.com/gitlabhq/gitlabhq/blob/master/doc/topics/gitlab_flow.md]]