git-review
git-review copied to clipboard
A command line code review tool for git.
A code review utility for git.
To use git-review, place it in your path or set a git alias: git config --global alias.review = "!/path/to/git-review"
tig users: If you add this line to your .tigrc file: bind diff e !git review -c %(commit) you can enter directly into a code review when viewing the diff of a commit by pressing 'e'.
Required gems: trollop highline
Usage: git review [options] [author]
Common tasks:
View unreviewed commit count: git review
Watch an author: git review -w
Options:
--num-commits, -n : Number of commits to review
--set-commit, -s : Set