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):
|
if not repo.is_dirty(untracked_files=True):
|
||||||
print('No Changes detected.')
|
print('No Changes detected.')
|
||||||
else:
|
else:
|
||||||
print("what")
|
print("Changes detected.")
|
||||||
for remote in repo.remotes:
|
for remote in repo.remotes:
|
||||||
print(remote.name, remote.url)
|
print(remote.name, remote.url)
|
||||||
repo.git.add('--all')
|
repo.git.add('--all')
|
||||||
|
|||||||
Reference in New Issue
Block a user