Git CMD - show: Show various types of objects

命令格式

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

 

posted on 2015-12-31 17:18  huey2672  阅读(215)  评论(0编辑  收藏  举报