diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resfinder/scripts/get_commits_etc.py	Mon Jan 10 20:06:07 2022 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/env python3
+
+
+import subprocess
+
+
+subprocess.run(["git", "status", "--short", "-b"], check=True)
+# git tag --contain