Pro Git 2nd Edition 2.1.413
people who want to know what’s happening in your project. A nice way of quickly getting a sort of changelog of what has been added to your project since your last release or email is to use the git shortlog ---------- r85 | schacon | 2014-05-02 16:00:09 -0700 (Sat, 02 May 2014) | 2 lines updated the changelog You should know two important things about git svn log. First, it works offline, unlike the real present a summary of the commits grouped by author. We showed how to use it to create a nice changelog in The Shortlog. git describe The git describe command is used to take anything that resolves0 码力 | 731 页 | 21.49 MB | 1 年前3Pro Git 2nd Edition 2.1.413
people who want to know what’s happening in your project. A nice way of quickly getting a sort of changelog of what has been added to your project since your last release or email is to use the git shortlog ---------- r85 | schacon | 2014-05-02 16:00:09 -0700 (Sat, 02 May 2014) | 2 lines updated the changelog You should know two important things about git svn log. First, it works offline, unlike the real present a summary of the commits grouped by author. We showed how to use it to create a nice changelog in The Shortlog. git describe The git describe command is used to take anything that resolves0 码力 | 501 页 | 17.96 MB | 1 年前3Pro Git 2nd Edition 2.1.413
people who want to know what’s happening in your project. A nice way of quickly getting a sort of changelog of what has been added to your project since your last release or email is to use the git shortlog ---------- r85 | schacon | 2014-05-02 16:00:09 -0700 (Sat, 02 May 2014) | 2 lines updated the changelog You should know two important things about git svn log. First, it works offline, unlike the real present a summary of the commits grouped by author. We showed how to use it to create a nice changelog in The Shortlog. git describe The git describe command is used to take anything that resolves0 码力 | 691 页 | 13.35 MB | 1 年前3Pro Git 中文版 第2版 2.1.66
发送给人们。 制作提交简报 现在是时候通知邮件列表里那些好奇你的项目发生了什么的人了。 使用 git shortlog 命令可以快速生成一 份包含从上次发布之后项目新增内容的修改日志(changelog)类文档。 它会对你给定范围内的所有提交进行总 结;比如,你的上一次发布名称是 v1.0.1,那么下面的命令可以给出上次发布以来所有提交的总结: 162 $ git shortlog --no-merges ---------- r85 | schacon | 2014-05-02 16:00:09 -0700 (Sat, 02 May 2014) | 2 lines updated the changelog 关于 git svn log,有两件重要的事你应该知道。 首先,它是离线工作的,并不像真正的 svn log 命令,会 向 Subversion 服务器询问数据。 其次,它只会显示已经提交到 它可以接受很多与 git log 相同的选项,但是此命 令并不会列出所有的提交,而是展示一个根据作者分组的提交记录的概括性信息 我们在 制作提交简报 一节中展示了如何使用此命令来创建一个漂亮的 changelog 文件。 488 git describe git describe 命令用来接受任何可以解析成一个提交的东西,然后生成一个人类可读的字符串且不可变。 这 是一种获得一个提交的描述的方式,它跟一个提交的0 码力 | 501 页 | 19.30 MB | 1 年前3Pro Git 中文版 第2版 2.1.66
子邮件的形式发送给人们。 制作提交简报 现在是时候通知邮件列表里那些好奇你的项目发生了什么的人了。 使用 git shortlog 命令可以快速生成一份包含从上次发布之后项目新增内容的修改日 志(changelog)类文档。 它会对你给定范围内的所有提交进行总结;比如, 你的上一次发布名称是 v1.0.1,那么下面的命令可以给出上次发布以来所有提 交的总结: $ git shortlog --no-merges ---------- r85 | schacon | 2014-05-02 16:00:09 -0700 (Sat, 02 May 2014) | 2 lines updated the changelog 关于 git svn log,有两件重要的事你应该知道。 首先,它是离线工作的,并 不像真正的 svn log 命令,会向 Subversion 服务器询问数据。 其次,它只会 显示已经提交到 它可以接受很多与 git log 相同的选项,但是此命令并不会列出所有的提交,而是展示一个根据 作者分组的提交记录的概括性信息 我们在 制作提交简报 一节中展示了如何使用此命令来创建一个漂亮的 changelog 文件。 git describe git describe 命令用来接受任何可以解析成一个提交的东西,然后生成一个 人类可读的字符串且不可变。 这是一种获得一个提交的描述的方式,它跟一0 码力 | 670 页 | 13.59 MB | 1 年前3
共 5 条
- 1