|
|
|
|
|
by cbarrick
129 days 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. |
|