git中的上传代码
先是git init 然后git add * 然后git commit -m " " 然后git pull origin master 最后git push origin master