I have a web server with git and we are 3 working on it. I want to know what is the way to pull my git repository directly from an URL. I know it's possible because I have worked on a server configurated like that. You just had to access to an URL, protected by htaccess (whatever) which execute the pull.
Is that just an exec in PHP? Or is there a better way? I also want to know the process to do the same with a Macro executable in teraterm (or teraterm like)
It should probably already have some similar question (like this one How to update my server files from a git repo automatically everyday) but it's not exacly the result that I want.
Regards