commit message from python script

This commit is contained in:
2023-04-11 17:22:27 +02:00
parent 237aa7ff31
commit b262f2c8b2

View File

@@ -25,7 +25,7 @@ class my_git():
if not repo.is_dirty(untracked_files=True):
print('No Changes detected.')
else:
print("what")
print("Changes detected.")
for remote in repo.remotes:
print(remote.name, remote.url)
repo.git.add('--all')