git 命令研究深入 git init //初始化版本库 git add 文件名 //把文件添加到git index中 git commit -m "本次提交标题" 修改内容后无法提交 git add . 先