命令格式

git show [options] <object>…​

 

实例

a) 查看某次提交的信息

$ git show <commit>

b) 查看远程仓库的信息。

git remote show origin

c) 查看 tag 信息。

$ git show <tag>

 

更多

http://git-scm.com/docs/git-show

 

相关文章:

  • 2022-12-23
  • 2021-11-10
  • 2021-10-21
  • 2021-05-29
  • 2021-07-24
  • 2021-04-28
  • 2021-11-19
  • 2021-08-19
猜你喜欢
  • 2022-12-23
  • 2021-07-18
  • 2022-12-23
  • 2021-12-16
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案