feat: 初次提交

This commit is contained in:
2023-03-29 17:28:46 +08:00
commit 8d053238ed
1640 changed files with 291847 additions and 0 deletions

7
autoGit.py Normal file
View File

@@ -0,0 +1,7 @@
import git
import os
if __name__ == '__main__':
gitPath = os.path.join("test", "git")
if os.path.exists(gitPath) is False:
print(os.makedirs("d:\\test\\git"))