比如要下载:
https://github.com/xubo245/SparkLearning/tree/master/docs
方法:
将“tree/master”改成“trunk”
https://github.com/xubo245/SparkLearning/trunk/docs
下载:
svn checkout https://github.com/xubo245/SparkLearning/trunk/docs
然后使用SVN下载:
当然,对于develop分支,也很容易:
只需要将 /trunk/ 换成 /branches/branchname/ 就行了,对于develop分支的需求, 就是 /branches/develop/.
网友评论