# File lib/heroku/helpers.rb, line 110
def
has_git?
%x{ git --version }
$?
.
success?
end