Skip to content

Commit

Permalink
write(git-commit): git commitをGitHub Appでやる方法を書いた
Browse files Browse the repository at this point in the history
  • Loading branch information
kubosho committed Mar 14, 2015
1 parent a6c8b86 commit 7f67bc2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions sources/Ch3_HowToGit/git-clone.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,17 @@ image::ch3/git-clone-sourcetree-select.jpg[SourceTreeのボタン]
image::ch3/git-clone.jpg[リポジトリを取得しようとしている状態, 360]

==== GitHub for Windows(Mac)でのやり方

GitHub for Windows(Mac)を起動すると、左上に「+」ボタンがあるので、それを押して表示された画面の「Clone」というのを押します。

「Clone」を押した後、リポジトリを見つけるための検索窓が表示されます。そこで目的のリポジトリ名を入力して見つかったら「Clone [リポジトリ名]」というボタンを押します。

image::ch3/git-clone/github-app/git-clone-before.jpg[クローンする対象のリポジトリを絞り込んでいるところ, 360]

「Clone [リポジトリ名]」というボタンを押すと、保存先のディレクトリやリポジトリ名を決める画面が表示されます。

image::ch3/git-clone/github-app/git-clone-save.jpg[クローンするリポジトリの名前を決めているところ, 360]

いろいろと情報を入力し終えると、リモートリポジトリが自分のPC上にクローンされます。

image::ch3/git-clone/github-app/git-clone-after.jpg[クローンした後, 360]
2 changes: 1 addition & 1 deletion sources/Ch3_HowToGit/git-init.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ image::ch3/git-init-empty.jpg[リポジトリが作られた状態, 360]

==== GitHub for Windows(Mac)でのやり方

GitHub for Windows(Mac)を起動すると、左上に「+」ボタンがあるのでそれを押して、表示された画面の「Create」というのを押します。
GitHub for Windows(Mac)を起動すると、左上に「+」ボタンがあるので、それを押して表示された画面の「Create」というのを押します。

image::ch3/git-init/github-app/plus.jpg[「+」ボタンを押した後「Create」を押している様子, 360]

Expand Down

0 comments on commit 7f67bc2

Please sign in to comment.