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

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

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

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

4. git clone : 克隆仓库

posted @ 2018-09-21 19:52  beibidewomen  阅读(152)  评论(0编辑  收藏  举报