一、git init 新建仓库
二、git add .
三、git commit -m 'xxxx'
四、
五、
六、
七、git remote add origin
八、git push -u origin branchName