This is my first commit with my autocommit program !

这个提交包含在:
Ad5001 2016-08-24 11:41:26 +03:00
父节点 ed8320ff9d
当前提交 b937be5390
找不到此签名对应的密钥
GPG 密钥 ID: C9622754F6196EB7
共有 1 个文件被更改,包括 7 次插入0 次删除

7
.vscode/tasks.json vendored 普通文件
查看文件

@ -0,0 +1,7 @@
{
"version": "0.1.0",
"command": "start",
"isShellCommand": true,
"args": ["cmd", "/C", "C:\\Program Files\\Git\\commit-signed.cmd"],
"showOutput": "always"
}