# File lib/rhc/git_helpers.rb, line 10
    def git_version(cmd=discover_git_executable)
      `"#{cmd}" --version 2>&1`.strip
    end