From 10f9b53da5cac02d28194b1bfcae4431b1f0a1f6 Mon Sep 17 00:00:00 2001 From: Fractalisk Date: Wed, 4 Sep 2019 13:23:24 +0800 Subject: [PATCH 1/3] Add abstract color --- colors.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/colors.txt b/colors.txt index caf8a36..550f49a 100644 --- a/colors.txt +++ b/colors.txt @@ -1,3 +1,4 @@ blue red white +hello world \ No newline at end of file From a11eb71e93df23390f0eb956889838605c91a77c Mon Sep 17 00:00:00 2001 From: Fractalisk Date: Wed, 4 Sep 2019 13:25:27 +0800 Subject: [PATCH 2/3] swap contents of colors and fruits --- colors.txt | 7 +++---- fruits.txt | 7 ++++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/colors.txt b/colors.txt index 550f49a..9e9cd7f 100644 --- a/colors.txt +++ b/colors.txt @@ -1,4 +1,3 @@ -blue -red -white -hello world \ No newline at end of file +apples +berries +cherries \ No newline at end of file diff --git a/fruits.txt b/fruits.txt index 17f4528..2be63d5 100644 --- a/fruits.txt +++ b/fruits.txt @@ -1,3 +1,4 @@ -apples -berries -cherries +blue +red +white +hello world From 329e2c5616b1f0a30d3f95169d6393721f7aabc4 Mon Sep 17 00:00:00 2001 From: Fractalisk Date: Wed, 4 Sep 2019 13:35:28 +0800 Subject: [PATCH 3/3] add yellow to fruits --- fruits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fruits.txt b/fruits.txt index 2be63d5..b39e40e 100644 --- a/fruits.txt +++ b/fruits.txt @@ -1,4 +1,5 @@ blue red white +yellow hello world