class Raykit::Project

def branch

def branch
  return "main" if @git_directory.nil?
  @git_directory.branch
end