From 2823138ab2a88ec09996a65715244d9b2be873fb Mon Sep 17 00:00:00 2001 From: Yunhao-Luo Date: Thu, 8 Jan 2026 20:58:49 -0800 Subject: [PATCH 1/9] add feature-a --- hello.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hello.txt b/hello.txt index 792bd5d..64b4c1f 100644 --- a/hello.txt +++ b/hello.txt @@ -1 +1,3 @@ -Hello from the main branch \ No newline at end of file +Hello from the main branch + +Add feature-a \ No newline at end of file From 2fad4869467579edd60928e95301166dfde5589f Mon Sep 17 00:00:00 2001 From: Yunhao-Luo Date: Thu, 8 Jan 2026 21:00:35 -0800 Subject: [PATCH 2/9] feature-b WIP --- hello.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hello.txt b/hello.txt index 792bd5d..2062ef6 100644 --- a/hello.txt +++ b/hello.txt @@ -1 +1,3 @@ -Hello from the main branch \ No newline at end of file +Hello from the main branch + +Add feature-b (WIP) \ No newline at end of file From c691051de92f276cce13ffccaa8490cf93adf2fa Mon Sep 17 00:00:00 2001 From: Yunhao-Luo Date: Thu, 8 Jan 2026 21:01:29 -0800 Subject: [PATCH 3/9] debugging feature-b --- hello.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.txt b/hello.txt index 2062ef6..3a00387 100644 --- a/hello.txt +++ b/hello.txt @@ -1,3 +1,3 @@ Hello from the main branch -Add feature-b (WIP) \ No newline at end of file +Add feature-b (WIP) (debugging...) \ No newline at end of file From 73d13506631209d030a9360f65a8ad249cf63210 Mon Sep 17 00:00:00 2001 From: Yunhao-Luo Date: Thu, 8 Jan 2026 21:02:59 -0800 Subject: [PATCH 4/9] working feature-b --- hello.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hello.txt b/hello.txt index 2062ef6..7b00d89 100644 --- a/hello.txt +++ b/hello.txt @@ -1,3 +1,5 @@ Hello from the main branch -Add feature-b (WIP) \ No newline at end of file +Add feature-b (WIP) + +new code that makes feature-b work! \ No newline at end of file From bc2d61c4b9c3a84ccd3545d8c999afbad456d3d6 Mon Sep 17 00:00:00 2001 From: Deng Lucy Date: Fri, 9 Jan 2026 21:08:12 -0800 Subject: [PATCH 5/9] add gitignore --- .gitignore | 1 + cache-files/build.txt | 2 -- cache-files/session.txt | 3 --- 3 files changed, 1 insertion(+), 5 deletions(-) create mode 100644 .gitignore delete mode 100644 cache-files/build.txt delete mode 100644 cache-files/session.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c561610 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +cache-files/ diff --git a/cache-files/build.txt b/cache-files/build.txt deleted file mode 100644 index c398ad0..0000000 --- a/cache-files/build.txt +++ /dev/null @@ -1,2 +0,0 @@ -generated_at=2026-01-08T14:30:00Z -valid=true \ No newline at end of file diff --git a/cache-files/session.txt b/cache-files/session.txt deleted file mode 100644 index 6c462e1..0000000 --- a/cache-files/session.txt +++ /dev/null @@ -1,3 +0,0 @@ -SESSION_ID=8f3a91d2 -LAST_ACCESS=2026-01-08T14:32:11Z -STATUS=active \ No newline at end of file From 07f988e9d0663ca1610eeb1b18080a4a3fcec2c1 Mon Sep 17 00:00:00 2001 From: Yunhao-Luo Date: Thu, 8 Jan 2026 21:03:53 -0800 Subject: [PATCH 6/9] squash commits squash commits squash commits --- squash.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 squash.txt diff --git a/squash.txt b/squash.txt new file mode 100644 index 0000000..266a1bd --- /dev/null +++ b/squash.txt @@ -0,0 +1,3 @@ +squash line 1 +squash line 2 +squash line 3 \ No newline at end of file From cb0aded6eeb7ddf2f40429cde9738007a36dd7fc Mon Sep 17 00:00:00 2001 From: Yunhao-Luo Date: Thu, 8 Jan 2026 21:06:14 -0800 Subject: [PATCH 7/9] add feature-c --- hello.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hello.txt b/hello.txt index b5f1c3f..ea95214 100644 --- a/hello.txt +++ b/hello.txt @@ -3,4 +3,6 @@ Add feature-a Add feature-b -new code that makes feature-b work! \ No newline at end of file +new code that makes feature-b work! + +Add feature-c \ No newline at end of file From dec9a627ec4c2fcd72ec8059528fe75737decd07 Mon Sep 17 00:00:00 2001 From: Yunhao-Luo Date: Thu, 8 Jan 2026 21:07:39 -0800 Subject: [PATCH 8/9] WIP feature-c --- hello.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.txt b/hello.txt index ea95214..98c9a65 100644 --- a/hello.txt +++ b/hello.txt @@ -5,4 +5,4 @@ Add feature-b new code that makes feature-b work! -Add feature-c \ No newline at end of file +Add feature-c (hold on, I'm still working on it...) \ No newline at end of file From d2e5e83100f42f837f39a5feda9a15561a308c7b Mon Sep 17 00:00:00 2001 From: Deng Lucy Date: Fri, 9 Jan 2026 21:54:13 -0800 Subject: [PATCH 9/9] add feature c --- hello.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.txt b/hello.txt index 98c9a65..ea95214 100644 --- a/hello.txt +++ b/hello.txt @@ -5,4 +5,4 @@ Add feature-b new code that makes feature-b work! -Add feature-c (hold on, I'm still working on it...) \ No newline at end of file +Add feature-c \ No newline at end of file