Skip to content

Instantly share code, notes, and snippets.

View jivebot's full-sized avatar

jivebot

  • Brightform Technology
  • Oregon, US
  • 15:47 (UTC -12:00)
View GitHub Profile
@jivebot
jivebot / git-hub-diff
Created September 28, 2011 19:03 — forked from erithmetic/git-hub-diff
git hub-diff - a command line utility for generating diffs on github
#!/usr/bin/env ruby
#
# Usage:
# cd /git/project/directory
# git hub-diff 223d60f5486075e74851075fcfeb366d45c17d8b 13c86f00cbfe820c415b46bfd19268284db2a274
# Future features:
# * generate SHAs from refs
# * launchy support
require 'rubygems'