登录社区云,与社区用户共同成长
邀请您加入社区
创建空仓库mkdir testingcd testinggit init拉取远程仓库信息git remote add -f origin http://your/git/repo.git# 拉取远程仓库信息开启 sparse clonegit config core.sparsecheckout true# 开启 sparse clone设置过滤echo "testing" >> .g
mkdir testing cd testing git init
git remote add -f origin http://your/git/repo.git # 拉取远程仓库信息
git config core.sparsecheckout true # 开启 sparse clone
echo "testing" >> .git/info/sparse-checkout # 设置过滤条件
git pull origin master # 拉取仓库
腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。
更多推荐
动物识别系统 python实现+UI
Linux下安装MySQL8.0(超详细)
十大开源大模型的特点及应用要点
扫一扫分享内容
所有评论(0)