@@ -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")