git的使用方法总结
12.提交单个文件
git commit -m "这里是注释" 文件名
13.撤销未提交文件的修改
git checkout head 文件名
14.合并
git merge
15.重命名分支
git branch -m 分支名
16.显示标签
git tag