This is my first commit with my autocommit program !

This commit is contained in:
Ad5001 2016-08-24 11:41:26 +03:00
parent ed8320ff9d
commit b937be5390
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: C9622754F6196EB7
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni

7
.vscode/tasks.json esterno Normal file
Vedi 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"
}