📌  相关文章
📜  git pull master into branch - Shell-Bash 代码示例

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

代码示例3
git checkout dmgr2      # gets you "on branch dmgr2"
git fetch origin        # gets you up to date with origin
git merge origin/master