$ git remote -v
$ git fetch
$ git merge
1. 添加更新文件 $ git add . 2. 添加更新说明 $ git commit -m “新增代码” 3. 推送到远程 $ git push origin master