git log
提供一个唯一的 sha 来表示它提供信息的任何给定提交。
commit 6793960b9e333d77b99405f84c78888e41d6c712 <--- THIS
Author: Cory Klein <cory.klein@------.com>
Date: Thu Jul 18 11:45:51 2013 -0600
Delete local files after transfer
我们偶尔会传递这些 shas 来引用团队中的提交。如果只显示在命令运行git log
时引用该特定提交所需的位数,那就太好了:git log
commit 67939 <--- Only 5 digits are needed to make this sha unique
我怎样才能做到这一点?