feat: 初次提交
This commit is contained in:
7
autoGit.py
Normal file
7
autoGit.py
Normal 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"))
|
||||
Reference in New Issue
Block a user