提交 33b1b1d4 创建 作者: 305350171@qq.com's avatar 305350171@qq.com

提交作业

上级 7a58953c
...@@ -14,7 +14,8 @@ stream = AnsiToWin32(sys.stderr).stream ...@@ -14,7 +14,8 @@ stream = AnsiToWin32(sys.stderr).stream
if __name__ == "__main__": if __name__ == "__main__":
print("customgitpush.py version: 1.0") print(Fore.GREEN + "customgitpush.py version: 1.0", file = stream)
print(Fore.WHITE, file = stream)
execResult = os.system("git add . && git commit -m \"提交作业\"") execResult = os.system("git add . && git commit -m \"提交作业\"")
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论