1 Star 0 Fork 1

阿钟哥/php-src

forked from zing/php-src 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vcsclean 159 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yasuo Ohgaki 提交于 2016-08-11 07:08 +08:00 . Support "git worktree"
#! /bin/sh
if test -d '.git' -o -f '.git'; then
${MAKE:-make} -f build/build.mk gitclean-work
else
echo "Can't figure out your VCS, not cleaning."
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/laozhong/php-src.git
git@gitee.com:laozhong/php-src.git
laozhong
php-src
php-src
master

搜索帮助