Chinaunix首页 | 论坛 | 博客
  • 博客访问: 182981
  • 博文数量: 34
  • 博客积分: 869
  • 博客等级: 准尉
  • 技术积分: 375
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-08 15:55
文章分类

全部博文(34)

文章存档

2012年(34)

我的朋友

分类: 项目管理

2012-03-31 10:47:53

NAME
       git-show - Show various types of objects

SYNOPSIS
       git show [options] ...

DESCRIPTION
       Shows one or more objects (blobs, trees, tags and commits).

       For commits it shows the log message and textual diff. It also presents the merge commit in a special format as produced by git diff-tree --cc.

       For tags, it shows the tag message and the referenced objects.

       For trees, it shows the names (equivalent to git ls-tree with --name-only).

       For plain blobs, it shows the plain contents.

       The command takes options applicable to the git diff-tree command to control how the changes the commit introduces are shown.

       This manual page describes only the most frequently used options.
阅读(1207) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~