Skip to content

Commit

Permalink
Transfer gotgit repo from ossxp-com to organization account: gotgit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxin committed Sep 14, 2011
1 parent 7ecdfe7 commit 0d52d7b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
## 在线资源

* 官方网站
<http://www.ossxp.com/doc/gotgit/>
<http://gotgit.github.com/gotgit/>

> 采用Git方式维护的官方网站,欢迎大家一起参与其中。
Expand Down Expand Up @@ -136,7 +136,7 @@
<https://github.com/ossxp-com/hello-world/>

* 本资料库
<https://github.com/ossxp-com/gotgit/>
<https://github.com/gotgit/gotgit/>

<a name="recommends"></a>

Expand Down Expand Up @@ -222,9 +222,9 @@
您发现了新的错误么?贡献出来吧,这厢有礼了。Orz

1. 记录您发现的问题。
访问 [缺陷追踪系统(Github)](https://github.com/ossxp-com/gotgit/issues/new)[缺陷追踪系统(Redmine)](http://redmine.ossxp.com/redmine/projects/gotgit/issues/new)
访问 [缺陷追踪系统(Github)](https://github.com/gotgit/gotgit/issues/new)[缺陷追踪系统(Redmine)](http://redmine.ossxp.com/redmine/projects/gotgit/issues/new)
1. 修改本Git版本库中的勘误表。
版本库地址:<https://github.com/ossxp-com/gotgit/>
版本库地址:<https://github.com/gotgit/gotgit/>
您的贡献可以使用 Github 的 pull request 方式通知我,或者上[新浪微博](http://weibo.com/gotgit/)@我。


Expand All @@ -244,7 +244,7 @@

* 克隆版本库。

$ git clone git://github.com/ossxp-com/gotgit.git
$ git clone git://github.com/gotgit/gotgit.git

* 确认系统中安装了 ruby 和 perl,并通过 rubygems 安装 redcarpet。

Expand All @@ -266,7 +266,7 @@

* 克隆版本库。

$ git clone git://github.com/ossxp-com/gotgit.git
$ git clone git://github.com/gotgit/gotgit.git

* 添加新的配置,以便获取首次克隆未获取到的远程分支。

Expand Down
2 changes: 1 addition & 1 deletion errata-others.mkd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

## 缺陷跟踪

访问 [缺陷追踪系统(Github)](https://github.com/ossxp-com/gotgit/issues/new)[缺陷追踪系统(Redmine)](http://redmine.ossxp.com/redmine/projects/gotgit/issues/new) ,报告本书中的错误,会在下次印刷时纠正。
访问 [缺陷追踪系统(Github)](https://github.com/gotgit/gotgit/issues/new)[缺陷追踪系统(Redmine)](http://redmine.ossxp.com/redmine/projects/gotgit/issues/new) ,报告本书中的错误,会在下次印刷时纠正。

## 勘误表

Expand Down
6 changes: 3 additions & 3 deletions errata.mkd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

## 缺陷跟踪

访问 [缺陷追踪系统(Github)](https://github.com/ossxp-com/gotgit/issues/new)[缺陷追踪系统(Redmine)](http://redmine.ossxp.com/redmine/projects/gotgit/issues/new) ,报告本书中的错误,会在下次印刷时纠正。
访问 [缺陷追踪系统(Github)](https://github.com/gotgit/gotgit/issues/new)[缺陷追踪系统(Redmine)](http://redmine.ossxp.com/redmine/projects/gotgit/issues/new) ,报告本书中的错误,会在下次印刷时纠正。

## 勘误表

Expand All @@ -11,9 +11,9 @@
| ------:| ------------------------- | ---------------------------- | ---------------------------- | ---------------------------------------------------- |
| 30 | 倒数第5,7,11,12行等6处 | 'brew --prefix' | \`brew --prefix\` | [#146](http://redmine.ossxp.com/redmine/issues/146) |
| 30 | 倒数第5行 | 'brew --prefix'/etc/bash\_completion | $ **. \`brew --prefix\`/etc/bash\_completion** | [#152](http://redmine.ossxp.com/redmine/issues/152) |
| 66 | 倒数第11行 | Author(提交者) | Author(作者) | [Github#2](http://github.com/ossxp-com/gotgit/issues/2) |
| 66 | 倒数第11行 | Author(提交者) | Author(作者) | [Github#2](http://github.com/gotgit/gotgit/issues/2) |
| 144 | 第1行 | \`$ **git rev-parse A^{tree} A:** | $ **git rev-parse A^{tree} A:** | [#153](http://redmine.ossxp.com/redmine/issues/153) |
| 218 | 第8行 | 况下,Gits标识出合并冲突, | 况下,Git标识出合并冲突, | [#159](http://redmine.ossxp.com/redmine/issues/159) |
| 369 | 第21行 |`-i` 参数仅当对一个项执行时才有效。 |`-i` 参数仅当对一个项目执行时才有效。 | [Github#3](http://github.com/ossxp-com/gotgit/issues/3) |
| 369 | 第21行 |`-i` 参数仅当对一个项执行时才有效。 |`-i` 参数仅当对一个项目执行时才有效。 | [Github#3](http://github.com/gotgit/gotgit/issues/3) |
| 516 | 倒数第15行 | **oldtag="cat"** | **oldtag=\`cat\`** | [#151](http://redmine.ossxp.com/redmine/issues/151) |

2 changes: 1 addition & 1 deletion html/templates/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<tr class="field"><th class="docinfo-name">作者:</th><td class="field-body"><a class="reference external" href="http://weibo.com/gotgit/">蒋鑫</a></td>

</tr>
<tr class="field"><th class="docinfo-name">网址:</th><td class="field-body"><a class="reference external" href="http://www.ossxp.com/doc/gotgit/">http://www.ossxp.com/doc/gotgit/</a></td>
<tr class="field"><th class="docinfo-name">网址:</th><td class="field-body"><a class="reference external" href="http://gotgit.github.com/gotgit/">http://gotgit.github.com/gotgit/</a></td>
</tr>
<tr class="field"><th class="docinfo-name">版本:</th><td class="field-body"><%= @version %></td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions html/templates/scast.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<tr class="field"><th class="docinfo-name">作者:</th><td class="field-body"><a class="reference external" href="http://weibo.com/gotgit/">蒋鑫</a></td>

</tr>
<tr class="field"><th class="docinfo-name">网址:</th><td class="field-body"><a class="reference external" href="http://www.ossxp.com/doc/gotgit/">http://www.ossxp.com/doc/gotgit/</a></td>
<tr class="field"><th class="docinfo-name">网址:</th><td class="field-body"><a class="reference external" href="http://gotgit.github.com/gotgit/">http://gotgit.github.com/gotgit/</a></td>
</tr>
<tr class="field"><th class="docinfo-name">版本:</th><td class="field-body"><%= version %></td>
</tr>
Expand All @@ -33,7 +33,7 @@
<p>点击下面相应的链接通过Web网页观看操作回放。网页回放技术来自于 <a href="http://encryptio.com/code/jsttyplay">jsttyplay</a>
<p>如需要更好的控制回复的速度、暂停等,请使用 <a href="http://0xcc.net/ttyrec/">ttyplay (Linux)</a>, <a href="http://angband.pl/termrec.html">termrec (Windows)</a> 等软件回放扩展名为 ".ttyrec" 的文件。
<p>您也可以使用 <a href="http://en.wikipedia.org/wiki/Ttyrec">ttyrec</a> 软件录制自己的回放,将文件以 ".ttyrec" 为扩展名保存在 ttyrec 目录下,然后执行 "rake" 命令,自动将新增回放放入本页面中。
<p>从版本库 <a href="https://github.com/ossxp-com/gotgit/">git://github.com/ossxp-com/gotgit.git</a> 克隆并创建您自己的分支,与大家分享。
<p>从版本库 <a href="https://github.com/gotgit/gotgit/">git://github.com/gotgit/gotgit.git</a> 克隆并创建您自己的分支,与大家分享。

<%
parts = { '1' => '第1篇:初识Git',
Expand Down

0 comments on commit 0d52d7b

Please sign in to comment.