Skip to main content

Git Code Review

Project description

git-code-review

A code review tool built into the git objects.

Usage

usage: git code-review list [--closed]
   or: git code-review open <name> <commit> <commit>
   or: git code-review close <name>
   or: git code-review view <name>

List Code Reviews

To see open code reviews:

git code-review list

To see previous closed closed reviews:

git code-review list --closed

Opening A Code Review

First, a code review author would run:

git code-review open <name> <first sha> <last sha>

It will then prompt the user for a code review message.

Close A Code Review

After a code review is over, the code reviw author would run:

git code-review close <name>

View A Code Review

A code reviewer would run:

git code-review view <name>

The tool will iterate through all the diff hunks as well as comments. During each hunk or comment, a user will be prompted to (c)omment (s)skip or (q)uit.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git-code-review-0.1.0.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

git_code_review-0.1.0-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page