Skip to content

This tool provides an interactive shell for reviewing diffs in a git repository. It accepts arguments similar to "git diff" for specifying the diffs to review.

License

Notifications You must be signed in to change notification settings

kjing/git-review

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-review is a tool for reviewing diffs in a git repository.

It provides a simple CLI for stepping through the modified files, and viewing the differences with an external diff tool. This is very convenient if you prefer using an interactive side-by-side diff viewer. Although you could also use the GIT_EXTERNAL_DIFF environment variable with git diff, git-review provides much more flexibility for moving between files and selecting which versions to diff.

About

This tool provides an interactive shell for reviewing diffs in a git repository. It accepts arguments similar to "git diff" for specifying the diffs to review.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published