$(date) 自动提交
This commit is contained in:
parent
f4858836b1
commit
fd9ffe77c7
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 '$(%Y-%m-%d %H:%M:%S) 自动提交'; git push",
|
||||
"command": "git add . ; git commit -m '$(date) 自动提交'; git push",
|
||||
"problemMatcher": [],
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user