标签:tps com 单行 文件 git log 提交 lan 常用 常用命令
git commit -m "" 只会提交添加到缓存区的文件(只提交添加的)
git commit -a -m "" 能提交修改过,但是没有添加到缓存区的文件(修改过的就能提交)
使用命令:git log 能查看提交历史,后面加上 --pretty=oneline 能使内容单行显示
使用命令:git status 能让我们时刻掌握仓库当前的状态
学习文档:
https://git-scm.com/book/zh/v2
持续更新。。。
标签:tps com 单行 文件 git log 提交 lan 常用 常用命令
原文地址:http://www.cnblogs.com/chenzeyong/p/7286502.html