class Git::Config

def binary_path

def binary_path
  @binary_path || ENV['GIT_PATH'] && File.join(ENV['GIT_PATH'], 'git') || 'git'
end