class Pronto::Git::Repository

def head_detached?

def head_detached?
  @repo.head_detached?
end