|
|
|
|
|
by timr
3731 days ago
|
|
I've been working on a code-review tool that does exactly what you want: https://www.omniref.com/code_review It works seamlessly with GitHub, and provides code reviews that end up "sticking" to your code, and documenting its development. Every pull request you create can become a review automatically, or you can pick-and-choose which pull requests to review. And you don't lose reviews or comments when you push to a branch under review. Also, it lets you dive into the history of a single line of code. For example, here's a line from GitHub's libgit project, annotated with the pull request that created it:
https://www.omniref.com/repositories/libgit2/rugged/files/li... |
|