Ejemplo n.º 1
0
def get_git_tag():
    g = Git(Path().resolve())
    return g.describe("--abbrev=0")