Method: RHC::GitHelpers#git_version

Defined in:
lib/rhc/git_helpers.rb

#git_versionObject



6
7
8
# File 'lib/rhc/git_helpers.rb', line 6

def git_version
  @git_version ||= `git --version 2>&1`.strip #:nocov:
end