获取git中指定的目录

来源:互联网 发布:人工智能雄帝科技 编辑:程序博客网 时间:2024/05/17 06:37

git archive --remote=<repo_url> <branch> <path> | tar xvf -


下面这个没试过

http://briancoyner.github.io/blog/2013/06/05/git-sparse-checkout/

0 0
原创粉丝点击