顯示具有 svn 標籤的文章。 顯示所有文章
顯示具有 svn 標籤的文章。 顯示所有文章

2015年3月26日 星期四

download subdirectory from GitHub

            https://github.com/Username/Repository/tree/master/subdirectory
                                                    |
                                                    v
svn checkout https://github.com/Username/Repository/trunk/subdirectory




References :
Cloning only a subdirectory with git - Stack Overflow