[toc]
前言基础入门,参考廖雪峰老师的git教程
一. git日常操作
git add fileName;git commit -m ‘提交说明’;git push -u;//提交到githubgit status -s//查看文件状
2018-04-26