Skip to content

Instantly share code, notes, and snippets.

@anthonywu
Created May 8, 2013 17:54
Show Gist options
  • Save anthonywu/5542214 to your computer and use it in GitHub Desktop.
Save anthonywu/5542214 to your computer and use it in GitHub Desktop.
Install Facebook git-review on OS X
# checkout git-review from GitHub and install
# note: this is not the same git-review available via pip installer
git clone git@github.com:facebook/git-review.git
cd git-review/
sudo python setup.py install
# assuming you have Homebrew installed
brew install tkdiff
@anthonywu
Copy link
Author

With this, you should be able to run git-review from within any Git directory and interactively review changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment