我刚刚开始学习如何使用 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