2 Star 0 Fork 0

arronx / ll

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
git_pull.php 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
xxx 提交于 2020-05-04 16:45 . 初始化
<?php
header("Content-type: text/html; charset=utf-8");
if(!$_COOKIE['is_git_admin']){
exit('invalid access');
}
$log_file=__DIR__.'/Data/Logs/git.log';
$dir=__DIR__;
$cmd="cd $dir && git pull > $log_file 2>&1";
exec($cmd);
echo file_get_contents($log_file);
//git config --global credential.helper store
//git remote rm origin
//git remote add origin http://ssl:12345678@gitlab.showany.com/zhoujian/mall.git
//git branch --set-upstream-to=origin/master master
1
https://gitee.com/funmeet/ll.git
git@gitee.com:funmeet/ll.git
funmeet
ll
ll
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891