Browse Source

Merge branch 'release/0.2.0'

liuyuqi-dellpc 5 months ago
parent
commit
a29b54f8f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      auto_commit/auto_commit.py

+ 1 - 0
auto_commit/auto_commit.py

@@ -32,3 +32,4 @@ class AutoCommit(object):
             for root, dirs, files in os.walk(self.params['path']):
                 if ".git" in dirs:
                     self._commit(root)
+        os.system("pause")