git 的 cat-file 的命令用法

Posted mhq-martin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 的 cat-file 的命令用法相关的知识,希望对你有一定的参考价值。

命令选项

git cat-file 的命令显示版本库对象的内容、类型、及大小信息。

 

-t 

Instead of the content, show the object type identified by object. 

显示对象的类型。

 

-s

Instead of the content, show the object size identified by object. 

显示对象的大小。

 

-e

Suppress all output; instead exit with zero status if object exists and is a valid object. 

如果对象存在且有效,命令结束状态返回值为0。

 

-p

Pretty-print the contents of object based on its type. 

根据对象的类型,以优雅的方式显示对象的内容

 

以上是关于git 的 cat-file 的命令用法的主要内容,如果未能解决你的问题,请参考以下文章

【Git】checkout 用法总结

git pull命令的用法

git 的基本用法和常用命令

git基本用法教程(fork软件+git命令)

npm与cnpm的用法,git命令行用法

git命令之git clone用法