v0.19
This commit is contained in:
7
提交github的shell.py
Normal file
7
提交github的shell.py
Normal file
@@ -0,0 +1,7 @@
|
||||
#os.system(command)
|
||||
import os,time
|
||||
comment = input('请输入提交的标记名称:')
|
||||
os.system("git add .")
|
||||
os.system(f"git commit -m {comment}")
|
||||
os.system("git push origin main --force")
|
||||
os.system("pause")
|
||||
Reference in New Issue
Block a user