自动提交
This commit is contained in:
parent
fd9ffe77c7
commit
057f120598
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -4,7 +4,7 @@
|
||||
{
|
||||
"label": "Git Commit & Push",
|
||||
"type": "shell",
|
||||
"command": "git add . ; git commit -m '$(date) 自动提交'; git push",
|
||||
"command": "git add . ; git commit -m '自动提交'; git push",
|
||||
"problemMatcher": [],
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user