6g4w& |
GitHub - google/git-appraise: Distributed code review system for Git repos
https://github.com/google/git-appraise
Saved on 2023-08-11 [19580 edays] via github.com
Modified 2023-08-11 [19580 edays]
git software
https://github.com/google/git-appraise
Saved on 2023-08-11 [19580 edays] via github.com
Modified 2023-08-11 [19580 edays]
git software
This tool is a distributed code review system for git repos. By "distributed", we mean that code reviews are stored inside of the repository as git objects. Every developer on your team has their own copy of the review history that they can push or pull. When pulling, updates from the remote repo are automatically merged by the tool. This design removes the need for any sort of server-side setup. As a result, this tool can work with any git hosting provider, and the only setup required is installing the client on your workstation.