Skip to content

Instantly share code, notes, and snippets.

@likethesky
Created July 30, 2013 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save likethesky/6117832 to your computer and use it in GitHub Desktop.
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)
# 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