Skip to content

Commit

Permalink
fix(epub): epubcheckでDuplicate resouceのwarningが出ていたのを修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
kubosho committed Aug 16, 2014
1 parent bf8bf37 commit acb0c29
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Ch3_HowToGit/git-checkout-file.adoc
Expand Up @@ -16,4 +16,4 @@ image::ch3/git-checkout-file-confirm.jpg[作業内容をなかったことにす

これで、紅莉栖に論破されたということが無かったことになりました。

image::ch3/git-commit-after.jpg[コミットした後, 360]
image::ch3/git-checkout-file-after.jpg[論破されたことを無かったことにした後, 360]
2 changes: 1 addition & 1 deletion Ch3_HowToGit/git-clone.adoc
Expand Up @@ -12,7 +12,7 @@

では試しに、すでにあるリポジトリの複製を自分のPC上に作りましょう。SourceTreeを起動すると、以下のようなボタンがあると思います。これらのボタンのうち、一番左のボタンを押します。

image::ch3/git-init-sourcetree-select.jpg[SourceTreeのボタン]
image::ch3/git-clone-sourcetree-select.jpg[SourceTreeのボタン]

押した後「リポジトリをクローン」を押すと以下のような画面になります。「ソースパス / URL」の部分に `\git@github.com:o2project/steins-gate.git` を入力して「クローン」を押すと「steins-gate」というリモートリポジトリの完全なコピーが、自分のPC上に作られます。

Expand Down
Binary file added images/ch3/git-checkout-file-after.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ch3/git-clone-sourcetree-select.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit acb0c29

Please sign in to comment.