Git show 时间:2019-04-02 20:15:13 git show# git show 查看信息。 常用操作# 查看标签信息。 git show `tag_name` 查看指定提交的信息。 git show c23bcfed