exe git pull and retrive git log

This commit is contained in:
aaronchen2k
2020-01-10 18:16:26 +08:00
parent 46f9b8f33d
commit b6c7f38e1a
4 changed files with 60 additions and 5 deletions
+2 -2
View File
@@ -15,10 +15,10 @@
*/
$config->git = new stdClass();
$config->git->encodings = 'utf-8';
$config->git->client = '';
$config->git->client = '/usr/bin/git';
$i = 1;
$config->git->repos[$i]['path'] = '';
$config->git->repos[$i]['path'] = '/Users/aaron/devops/project/devops_test';
$config->git->repos[$i]['encoding'] = 'utf-8';
/*