GIT

  git 常用命令

1、git pull 远程仓库名 本地分支名:远程分支名 远程分支的内容拉到本地指定的分支上

2、git push 远程仓库名 远程分支名:本地分支名 远程分支的内容推到本地指定的分支上

  (push 与 pull 正好相反

原文地址:https://www.cnblogs.com/kilen/p/6548225.html