git の使い方を学び始めたばかりで、以下のファイルで git diff を実行しました - 出力の読み方について少し混乱しています -
私がこれまでに理解していることから、以下は、file01 と file02 に関して、作業ディレクトリとインデックスに違いがあることを示しています。出力のこの部分の読み方を英語で誰か説明してもらえませんか -->@@ -1,4 +1 @@
ご協力いただきありがとうございます
diff --git a/file01 b/file01
index cc17fa4..d0a432b 100644
--- a/file01
+++ b/file01
@@ -1,4 +1 @@
-datafiles
-file01
-file02
-file03
+This is a change
diff --git a/file02 b/file02
index e69de29..552c22e 100644
--- a/file02
+++ b/file02
@@ -0,0 +1 @@
+and this is another change