跳转至

Git show

时间:2019-04-02 20:15:13

git show#

git show 查看信息。

常用操作#

  1. 查看标签信息。

    git show `tag_name`
    
  2. 查看指定提交的信息。

    git show c23bcfed