git-pull
从远程仓库获取分支,并将其合并到本地仓库。 更多信息:https://git-scm.com/docs/git-pull.
git pull
git pull {{[-r|--rebase]}}
git pull {{远程仓库名}} {{分支名}}