9 10 11
# File 'lib/boxen/checkout.rb', line 9 def sha Dir.chdir(config.repodir) { `git rev-parse HEAD`.strip } end