I would like to add and commit to local git repository using PHP code
I new babies in github ,so I don't understand in path on github path git.exe at C:\Users\Administrator\AppData\Local\GitHub\PortableGit_054f2e797ebafd44a30203088cd3d58663c627ef\libexec\git-core
path of repo C:\Users\Administrator\Documents\GitHub\confre
$path = "C:\Users\Administrator\Documents\GitHub\confre";
chdir($path);
echo shell_exec("git add . ");
echo shell_exec("git commit -m 'commit form php' ");
it don't work. Help me pls
thanks