comparison resfinder/scripts/get_commits_etc.py @ 0:55051a9bc58d draft default tip

Uploaded
author dcouvin
date Mon, 10 Jan 2022 20:06:07 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:55051a9bc58d
1 #!/usr/bin/env python3
2
3
4 import subprocess
5
6
7 subprocess.run(["git", "status", "--short", "-b"], check=True)
8 # git tag --contain