git hash-object命令计算一个文件的git对象ID,即SHA1的哈希值。
git hash-object
$ echo "hello" | git hash-object --stdin $ echo "hola" | git hash-object -w --stdin
参数