This commit is contained in:
Arfon Smith
2014-07-06 22:05:36 -05:00
parent dab9777621
commit 0a717f5c81

View File

@@ -33,6 +33,7 @@ namespace :benchmark do
puts "Unstaged changes" and return if git.status.changed.any?
# Get the current branch
# Would like to get this from the Git gem
current_branch = `git rev-parse --abbrev-ref HEAD`.strip
# Create tmp branch for reference commit