配置git的webhook

每次git push 後 ,服務器上都要去git pull 一下,很麻煩,所以咱們能夠編寫一個鉤子程序來執行git pull。php 編寫githook文件 <?php         $fs = fopen('./git_hook.log', 'a');         fwrite($fs, 'Request on ['.date("Y-m-d H:i:s").']'.PHP_EOL);  
相關文章
相關標籤/搜索