commit message from python script
This commit is contained in:
@@ -22,7 +22,7 @@ class my_git():
|
||||
def git_push(self, git_folder):
|
||||
repo = git.Repo(git_folder)
|
||||
if not repo.is_dirty(untracked_files=True):
|
||||
print(repo.remote)
|
||||
print(type(repo.remote))
|
||||
print('No Changes detected.')
|
||||
else:
|
||||
print("Changes detected.")
|
||||
|
||||
Reference in New Issue
Block a user