From 28fc84a797c3cea46ae0084a6a939ffcefe5f889 Mon Sep 17 00:00:00 2001 From: AnnieCai02 <465514818@qq.com> Date: Wed, 18 May 2022 07:53:20 +0800 Subject: [PATCH] understand how stage works --- license.txt | 1 + readme.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 license.txt diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..7bd9649 --- /dev/null +++ b/license.txt @@ -0,0 +1 @@ +2022/5/18 \ No newline at end of file diff --git a/readme.txt b/readme.txt index 99e0e11..f21047c 100644 --- a/readme.txt +++ b/readme.txt @@ -1,2 +1,3 @@ Git is a distributed version control system. -Git is free software distributed under the GPL. \ No newline at end of file +Git is free software distributed under the GPL. +Git has a mutable index called stage. \ No newline at end of file