Git学习笔记(1):基础概念

Git Community Book中文本的内容地址: http://gitbook.liuhui998.com/index.html   1.Git常用命令行 git show命令来查看一个blob对象里的内容 git show -s --pretty=raw 2be7fcb476 可以用 --pretty=raw 参数来配合 git show 或 git log 去查看某个提交(commit)
相关文章
相关标签/搜索