标签:
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
Git CMD - show: Show various types of objects
标签:
原文地址:http://www.cnblogs.com/huey/p/5092283.html