Created
May 8, 2013 17:54
-
-
Save anthonywu/5542214 to your computer and use it in GitHub Desktop.
Install Facebook git-review on OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# checkout git-review from GitHub and install | |
# note: this is not the same git-review available via pip installer | |
git clone [email protected]:facebook/git-review.git | |
cd git-review/ | |
sudo python setup.py install | |
# assuming you have Homebrew installed | |
brew install tkdiff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With this, you should be able to run
git-review
from within any Git directory and interactively review changes.