git如何将一个远程仓库的某个分支拉取到当前分支?

答: git pull <remote_repository_url> <branch_name>

  例如:

    git clone https://github.com/lede-project/source.git lede-17.01

posted @ 2019-06-18 20:29  Jello  阅读(3888)  评论(0编辑  收藏  举报