1. git remote add ... : 添加本地与远程的关联
2. git pull : 拉取远程仓库的代码
3. git push : 提交代码到远程仓库
4. git clone : 克隆仓库
转载于:https://www.cnblogs.com/beibidewomen/p/9688204.html