更新远程代码库到本地
修改本地文件后
git clone http://github.com/xxx/xxx.git
修改本地文件后
git commit -a -m"备注"
git push //更新到远程代码库
点击打开链接