Skip to content

Commit c01e536

Browse files
committed
Add images
1 parent a9f3220 commit c01e536

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.qmd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,14 @@ fructose.dat sucrose.dat
434434

435435
![](https://swcarpentry-ja.github.io/git-novice/fig/motivatingexample.png)
436436

437+
## ステージング・エリア
438+
439+
![](https://swcarpentry.github.io/git-novice/fig/git-staging-area.svg)
440+
441+
## ステージング・エリア
442+
443+
![](https://swcarpentry.github.io/git-novice/fig/git-committing.svg)
444+
437445
## チャレンジ: コミットメッセージを決める
438446

439447
以下のコミットメッセージの内、最後の `mars.txt` のコミットに最適なメッセージはどれでしょう?
@@ -468,6 +476,10 @@ fructose.dat sucrose.dat
468476
$ git commit -m myfile.txt "my recent changes"
469477
```
470478

479+
## `HEAD~1`の意味
480+
481+
![](https://swcarpentry.github.io/git-novice/fig/git-restore.svg)
482+
471483
## チャレンジ: ファイルの復元 {.smaller}
472484

473485
ジェニファーは、数週間取り組んできたPythonスクリプトに変更を加えました。そして今朝行った変更により、スクリプトが "壊れ"、動作しなくなりました。 彼女はそれを修正しようとして約1時間費やしましたが、うまく機能しません...

0 commit comments

Comments
 (0)