Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa-orj authored Dec 25, 2024
1 parent 1435d8a commit d7035eb
Show file tree
Hide file tree
Showing 8 changed files with 381 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Gitハンズオンラーニング

---

![表紙](learning-git-ja.png)

---

本リポジトリはオライリー・ジャパン発行書籍『[Gitハンズオンラーニング](https://www.amazon.co.jp/dp/4814401043/)』のサポートサイトです。

## 本書(原著)のGitHubリポジトリー

> <https://github.com/gitlearningjourney/learning-git>
このリポジトリーには、特に次のような情報が含まれています。

* Gitのインストールに関する情報
* ホスティングサービスの利用に関する情報源へのリンク
* リモートリポジトリーへのHTTPSアクセスまたはSSHアクセスの設定に関する情報

----

## 本書(日本語版)の「付録D 補足資料」

本書日本語版では、翻訳時点での原著のGitHubリポジトリーの内容を「付録D 補足資料」として巻末に収めました。

- [付録D 補足資料](./appendix-d/README.md)

----

## 正誤表

本書の正誤情報は以下のページで公開しています。

https://github.com/oreilly-japan/learning-git-ja/wiki/errata

本ページに掲載されていない誤植など間違いを見つけた方は、[[email protected]](<mailto:[email protected]>)までお知らせください。
332 changes: 332 additions & 0 deletions appendix-d/README.md

Large diffs are not rendered by default.

Binary file added appendix-d/images/fig24d-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added appendix-d/images/fig24d-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added appendix-d/images/fig24d-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added learning-git-ja.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions text/othercolors.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Brown is not a color in the rainbow.
Gray is not a color in the rainbow.
Black is not a color in the rainbow.
Pink is not a color in the rainbow.
8 changes: 8 additions & 0 deletions text/rainbowcolors.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Red is the first color of the rainbow.
Orange is the second color of the rainbow.
Yellow is the third color of the rainbow.
Green is the fourth color of the rainbow.
Blue is the fifth color of the rainbow.
Indigo is the sixth color of the rainbow.
Violet is the seventh color of the rainbow.
These are the colors of the rainbow.

0 comments on commit d7035eb

Please sign in to comment.