class Envirobly::Git::Commit

def file_content(path)

def file_content(path)
  git(%(show #{@ref}:#{path})).stdout
end