$(date " +%Y-%m-%d %H:%M:%S\)
This commit is contained in:
parent
16c2fb48cd
commit
9ba94966dc
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -21,7 +21,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Git Commit & Push",
|
"label": "Git Commit & Push",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "cd D:\\dvlyadmin_pro\\dvlyadmin_pro; git add . ; git commit -m '$(date \\'+%Y-%m-%d %H:%M:%S\\')]'; git push",
|
"command": "cd D:\\dvlyadmin_pro\\dvlyadmin_pro; git add . ; git commit -m '$(date \\'+%Y-%m-%d %H:%M:%S\\')'; git push",
|
||||||
"problemMatcher": ["$tsc"],
|
"problemMatcher": ["$tsc"],
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "${workspaceFolder}"
|
"cwd": "${workspaceFolder}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user