class Envirobly::Git::Commit

def file_exists?(path)

def file_exists?(path)
  git(%(cat-file -t #{@ref}:#{path})).stdout.strip == "blob"
end