commit message from python script
This commit is contained in:
@@ -36,7 +36,7 @@ class my_git():
|
||||
def git_main(self):
|
||||
list_git_folder = my_git.check_folder(self)
|
||||
for git_folder_s in list_git_folder:
|
||||
print(git_folder_s)
|
||||
#print(git_folder_s)
|
||||
#my_git.git_pull(self, git_folder=git_folder_s)
|
||||
my_git.git_push(self, git_folder=git_folder_s)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user