git从入门到精通(六)(建立关联,拉取代码,提交代码)

1. git remote add ...   : 添加本地与远程的关联

2. git pull   :  拉取远程仓库的代码

3. git push  : 提交代码到远程仓库

4. git clone : 克隆仓库

原文地址:https://www.cnblogs.com/beibidewomen/p/9688204.html