我已经从GitHub上的一个项目创建了一个fork。现在如何从分支的项目中提取更改?
6
标题与问题不同。应该从其他遥控器拉出
—
Daniel
您可以编辑标题吗?我来自此搜索: google.com.au/…。要从另一个分支拉出,请执行以下操作:`git pull origin branch_name_you_want_to_pull_from:branch_name_to_pull_to
—
James Ray