Created
July 30, 2013 23:02
-
-
Save likethesky/6117832 to your computer and use it in GitHub Desktop.
Compare local amended commit with gerrit commit (to see if you want to toss your local amend, perhaps)
This file contains 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
# Grab a Gerrit "checkout" URL, substituting "git diff" for "git checkout" at the end of the URL, as in: | |
git fetch http://gerrit.yourcompany.com:8080/p/apps/wize refs/changes/19/18919/4 && git diff FETCH_HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment