From c247c14c6d72b553a1ed5835cc7dce9144178f1e Mon Sep 17 00:00:00 2001
From: zhang <carsonzyx@hotmail.com>
Date: Sun, 30 Oct 2016 17:04:56 +0100
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..b738bac
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1 @@
+Hello, i'm license.
\ 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
-- 
GitLab