| ▲ | cbarrick 4 hours ago | |
I was familiar with the Gerrit workflow, but not the AGit workflow. The original AGit blog post is no longer available, but it is archived: https://web.archive.org/web/20260114065059/https://git-repo.... From there, I found a dedicated Git subcommand for this workflow: https://github.com/alibaba/git-repo-go I really like what I've read about AGit as a slightly improved version of the Gerrit workflow. In particular, I like that you can just use a self-defined session ID rather than relying on a commit hook to generate a Gerrit ChangeId. I would love to see Gerrit support this session token in place of ChangeIds. | ||
| ▲ | eddd-ddde 4 hours ago | parent [-] | |
I prefer the Gerrit workflow over any other git-based workflow, specially since it seems to be going the Jujutsu route in the future: https://www.gerritcodereview.com/design-docs/support-jujutsu... | ||