📌  相关文章
📜  拉取未合并的分支 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:10.992000             🧑  作者: Mango

代码示例1
// If your changes are in a branch on the GitHub repository, you can perform the following steps, assuming that the branch is named feature-branch:
git fetch
git checkout -b feature-branch origin/feature-branch