ZeroScroll
>
git
>
pull
如何拉取远程更改
$
git pull origin [分支名]
Command
git
Description
从另一个仓库或本地分支获取并集成。
Related
如何推送更改到远程
fetch