git如何将一个远程仓库的某个分支拉取到当前分支?
答: git pull <remote_repository_url> <branch_name>
例如:
git clone https://github.com/lede-project/source.git lede-17.01
答: git pull <remote_repository_url> <branch_name>
例如:
git clone https://github.com/lede-project/source.git lede-17.01