1.进入到git文件目录下
2.git add ./
3.git status
4.git commit -m "readme"
5.git push -u origin master(master是github上文件的主支)