# File lib/rhc/git_helpers.rb, line 6
    def git_version
      @git_version ||= `git --version 2>&1`.strip #:nocov:
    end