github_拉取指定子目录_使用svn
转载注明来源: 本文链接 来自osnosn的博客,写于 2021-11-26.
参考
笔记
- trunk 代表主分支
- branches 下是其余的分支
- tags 下是所有的标签
比如拉取 https://github.com/openwrt/openwrt 中 config/ 目录
- 网页访问 config 目录时,链接是
https://github.com/openwrt/openwrt/tree/master/config - 最新版本
svn co https://github.com/openwrt/openwrt/trunk/config - 指定版本
svn co https://github.com/openwrt/openwrt/tags/v19.07.8/config - svn 配置代理,支持 http 代理,不支持 socks5
修改~/.subversion/servers中[global]的http-proxy-host,http-proxy-port,http-proxy-username,http-proxy-password
其他
- git subtree
- git submodule
转载注明来源: 本文链接 https://www.cnblogs.com/osnosn/p/15609681.html
来自 osnosn的博客 https://www.cnblogs.com/osnosn/ .

浙公网安备 33010602011771号