File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,6 @@ include::sources/Ch2_WhyGit/readme.adoc[]
8585
8686include::sources/Ch3_HowToGit/readme.adoc[]
8787
88- <<<
89-
9088// あとがきではナンバリングをおこなわない
9189:numbered!:
9290
Original file line number Diff line number Diff line change @@ -20,12 +20,9 @@ ifeval::["{backend}" == "html5"]
2020image::ch3/git-checkout.jpg[ブランチを移動した後, 540]
2121endif::[]
2222
23- // <<< PAGE BREAK (PDF のみ)
24- <<<
25-
2623==== GitHub for Windows (Mac) でのやり方
2724
28- 現在のブランチが表示されている箇所をクリックすると、移動可能なブランチの一覧が表示されます 。「Filter」と書かれているところではブランチの絞り込み検索ができます。
25+ 現在のブランチの名前部分をクリックするとブランチ一覧が表示されます 。「Filter」と書かれているところではブランチの絞り込み検索ができます。
2926
3027ifeval::["{backend}" != "html5"]
3128image::ch3/git-checkout/github-app/git-branch-list.jpg[ブランチ一覧を表示している図, 360]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ifeval::["{backend}" == "html5"]
1616image::ch3/git-sync/git-sync-before.jpg[Sync を押す前, 540]
1717endif::[]
1818
19- 「Sync」を押すと「Sync」ボタンがあった場所に 、同期の進捗を表すバーが表示されます。
19+ 「Sync」を押すと、同期の進捗を表すバーが表示されます。
2020
2121ifeval::["{backend}" != "html5"]
2222image::ch3/git-sync/git-sync-after.jpg[Sync を押して同期をしている, 360]
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ include::git-checkout-file.adoc[]
1919include::git-diff.adoc[]
2020include::git-branch.adoc[]
2121include::git-reset.adoc[]
22+
23+ // <<< PAGE BREAK (PDF のみ)
24+ <<<
25+
2226include::git-rebase.adoc[]
2327include::git-checkout.adoc[]
2428include::git-push.adoc[]
2529include::git-pull.adoc[]
2630include::git-merge.adoc[]
27-
28- // <<< PAGE BREAK (PDF のみ)
29- <<<
30-
3131include::git-sync.adoc[]
You can’t perform that action at this time.
0 commit comments