Compare commits

...

4 Commits

Author SHA1 Message Date
kris balanikas af48b67c2e
Merge 941cdc7f89 into 0d7d3a107f 2023-07-20 00:20:44 +08:00
Dick Tang 0d7d3a107f
Merge pull request #77 from shellwhale/soft-serve
Add Soft Serve
2023-07-20 00:20:36 +08:00
Dick Tang 45cb27d35a
Add Agit-flow 2023-07-20 00:19:06 +08:00
shellwhale 644ec93eb9
Add Soft Serve 2023-03-28 18:30:25 +02:00
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,7 @@ Pull requests on interesting tools/projects/resources are welcome.
* [Phabricator](https://www.phacility.com/) - an integrated set of powerful tools to help companies build higher quality software
* Effective June 1, 2021: Phabricator is no longer actively maintained.[*](https://admin.phacility.com/phame/post/view/11/phacility_is_winding_down_operations/)
* [RhodeCode CE/EE](https://rhodecode.com/) - a platform delivering enterprise source code management
* [Soft Serve](https://github.com/charmbracelet/soft-serve) - a tasty, self-hostable Git server for the command line
## Workflow
*Inexpensive branching allows people adopt workflows other than the classic centralized workflow*
@ -133,6 +134,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 Alibabas 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)*