commit message from python script
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user