git cat-file 的命令顯示版本庫對象的內容、類型、及大小信息。git
-t ide
Instead of the content, show the object type identified by object. 對象
顯示對象的類型。it
-ssed
Instead of the content, show the object size identified by object. object
顯示對象的大小。file
-eco
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.
根據對象的類型,以優雅的方式顯示對象的內容