[
{
"command": "git",
"arguments": ["add", "--all"],
"retry": 0
},
{
"command": "git",
"arguments": ["commit", "-m", "now the program is able to generate a template file and able to let users choose the files under cwd."],
"retry": 0
},
{
"command": "git",
"arguments": ["push"],
"retry": 0
}
]