class Pronto::Git::Repository

def branch

def branch
  @repo.head.name.sub('refs/heads/', '') if @repo.head.branch?
end