@cli.command()
def branch():
    """Open the current branch"""
    git_repo = GitOpen()
    click.echo("Opening branch...")