git如何更新某个分支代码?

Viewed 12

不是需要 pull 所有的变化, 只pull 某个分支的变化

1 Answers

使用以下命令:

git pull origin 远程分支名:本地分支名

其中本地分支名可省略