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