git-hash-object

hash-object Computes the unique hash key of content and optionally…

git hash-object

Computes the unique hash key of content and optionally creates an object with specified type. More information: https://git-scm.com/docs/git-hash-object.

git hash-object {{path/to/file}}

git hash-object -w {{path/to/file}}

git hash-object -t {{blob|commit|tag|tree}} {{path/to/file}}

cat {{path/to/file}} | git hash-object --stdin

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← git-grep git-help →