markomarkovic / simple-php-git-deploy

Automatically deploy the code using PHP and Git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question]Updating the Main Repo From Changes to local Repo

duceduc opened this issue · comments

I've managed to setup this script and it appears to be working properly. No errors. From what I can tell, the script's main purpose is to automate updates to the local repo. That is, any files edited, created will be updated instantly via the webhook.

My main work place will be at the local repo (server end) where I will be updating files, creating files, etc. Is it possible to do the same and have the main repo updated as soon as it is created, modified, etc?