• git cat-file

    git cat-file

    git cat-file命令显示一个Git对象文件的内容。

    1. $ git cat-file -p aaa96

    p参数表示以易于阅读的格式显示。