Skip to content
码了么教程
Search
K
Main Navigation
首页
Menu
Return to top
本页目录
git pull
bash
# 合并指定分支到当前分支
$
git
pull
.
topic/branch
1
2
即使当前分支有没有 commit 的变动,也可以使用
git pull
从远程拉取分支。