class CodeClimate::TestReporter::Git

def git(command)

def git(command)
  `git --git-dir="#{git_dir}/.git" #{command}`
end