This is my first commit with my autocommit program !

This commit is contained in:
Ad5001 2016-08-24 11:41:26 +03:00
父節點 ed8320ff9d
當前提交 b937be5390
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: C9622754F6196EB7
共有 1 個文件被更改,包括 7 次插入0 次删除

7
.vscode/tasks.json vendored Normal file
查看文件

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