Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.
/ git-review Public archive

A Git command that enables reviewing a feature commit by commit

License

Notifications You must be signed in to change notification settings

hjwylde/git-review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-review

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Release

A Git command that enables reviewing a feature commit by commit.

Installing

Clone down the repository and add the bin/ folder to your PATH environment variable.

git clone https://github.com/hjwylde/git-review DESTINATION/
export $PATH:DESTINATION/bin/

Usage

Call git review and pass in any commit reference that git log supports, e.g., master...issue/1. You'll be given a prompt for any commit found in the reference asking whether you would like to review the commit.

> git review 047fe48...issue/1
cb182c1 (#1) update CHANGELOG.md
cfbb485 (#1) update README.md with installation instructions and example usage
9f34372 (#1) add initial version of git-review
Review '(#1) add initial version of git-review' [y,n,q,?]? n
Review '(#1) update README.md with installation instructions and example usage' [y,n,q,?]? y
commit cfbb485f8905976db5045dd77d48a8240c517a39
Author: Henry J. Wylde <[email protected]>
Date:   Thu Jun 9 13:19:02 2016 +1200

    (#1) update README.md with installation instructions and example usage
---
 README.md | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/README.md b/README.md
index fb303d5..b08df3f 100644
--- a/README.md
+++ b/README.md
...
Review '(#1) update CHANGELOG.md' [y,n,q,?]? n

About

A Git command that enables reviewing a feature commit by commit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages