File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -434,6 +434,14 @@ fructose.dat sucrose.dat
434
434
435
435
![ ] ( https://swcarpentry-ja.github.io/git-novice/fig/motivatingexample.png )
436
436
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
+
437
445
## チャレンジ: コミットメッセージを決める
438
446
439
447
以下のコミットメッセージの内、最後の ` mars.txt ` のコミットに最適なメッセージはどれでしょう?
@@ -468,6 +476,10 @@ fructose.dat sucrose.dat
468
476
$ git commit -m myfile.txt " my recent changes"
469
477
```
470
478
479
+ ## ` HEAD~1 ` の意味
480
+
481
+ ![ ] ( https://swcarpentry.github.io/git-novice/fig/git-restore.svg )
482
+
471
483
## チャレンジ: ファイルの復元 {.smaller}
472
484
473
485
ジェニファーは、数週間取り組んできたPythonスクリプトに変更を加えました。そして今朝行った変更により、スクリプトが "壊れ"、動作しなくなりました。 彼女はそれを修正しようとして約1時間費やしましたが、うまく機能しません...
You can’t perform that action at this time.
0 commit comments