Git CMD - pull: Fetch from and integrate with another repository or a local branch

命令格式

git pull [options] [<repository> [<refspec>…​]]

 

命令参数

-q, --quiet
  安静模式。

-v, --verbose
  详情模式。

 

实例

a) 下载远程仓库的 master 分支,并与本地的当前仓库合并。

$ git pull origin master

 

更多

http://git-scm.com/docs/git-pull

 

posted on 2015-12-31 16:07  huey2672  阅读(305)  评论(0编辑  收藏  举报