Is it possible with the Plesk Git extension to commit changes made directly on the server (e.g. files uploaded by the client to his website)?
The extension is configured to track a remote (GitHub) repository and the only option provided is "Pull last commits". It doesn't seem to offer a Commit or Push functionnality.
I tried to manually commit local changes when connected to the server through ssh, but there's no .git directory in my working tree so I can't run a git
command...
According to a member of the Plesk Team :
When you use remote repository, the following scenario is assumed - you send the changes to this remote repository, and then Plesk pulls them from the remote repository and deploys them to your web site.
Commit or Push functionality is available in case of scenario when you send the changes from your local repository to Plesk, and then Plesk deploys the changes to your web site.