class Registry::Git

def project_in_git?

def project_in_git?
  @in_git ||= File.directory?(".git")
end