一、下载代码1、git clone “git上面的代码地址”2、git pull二、提交代码1、git add .2、git commit -m "提交记录说明"3、git push origin master