From 45cb27d35a6a3ceab4f2e23532204c05fcf48303 Mon Sep 17 00:00:00 2001 From: Dick Tang Date: Thu, 20 Jul 2023 00:19:06 +0800 Subject: [PATCH] Add Agit-flow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3428528..4845ee1 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [GitLab flow](https://about.gitlab.com/2014/09/29/gitlab-flow/) * [Git DMZ Flow](https://gist.github.com/djspiewak/9f2f91085607a4859a66) * [Aoneflow](https://www.alibabacloud.com/blog/how-do-we-manage-code-branches-at-alibaba_593834) - an interesting branch model which delays the final merge to production branch, adopted by Alibaba. more article (in Chinese text) at [1](https://segmentfault.com/a/1190000016373314), [2](https://yq.aliyun.com/articles/573549) +* [Agit-flow](https://git-repo.info/en/2020/03/agit-flow-and-git-repo/) - Inspired by Gerrit workflow, Agit-flow is a centralized git workflow and used in Alibaba’s internal source code platform ## Hook management *Git provide hooks at commit/push phrase, allowing integration with and code quality checking tool and Continuous Integration (CI)*