Skip to content

Instantly share code, notes, and snippets.

@jxson
Created May 12, 2010 19:42
Show Gist options
  • Select an option

  • Save jxson/399043 to your computer and use it in GitHub Desktop.

Select an option

Save jxson/399043 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'grit'
include Grit
repo = Repo.new(".git")
head = repo.head
puts "branch: " + head.name
puts "sha: " + head.commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment