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
No known key found for this signature in database
GPG 키 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"
}