class Gem::Source::Git

def git_command

def git_command
  ENV.fetch("git", "git")
end