1. git remote add ... : 添加本地与远程的关联
2. git pull : 拉取远程仓库的代码
3. git push : 提交代码到远程仓库
4. git clone : 克隆仓库