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
stdin
:cat path/to/file | git hash-object --stdin