【发布时间】:2012-07-01 23:19:03
【问题描述】:
我有一个名为“my_local_branch”的本地分支,它跟踪远程分支origin/my_remote_branch。
现在,远程分支已更新,我在“my_local_branch”上并希望引入这些更改。我应该这样做:
git pull origin my_remote_branch:my_local_branch
这是正确的方法吗?
【问题讨论】:
标签: git branch git-branch remote-branch