From 11305800e7171da6ab204d6b0213c1c7878bd6ab Mon Sep 17 00:00:00 2001 From: "JH(Jonghoon)" Date: Wed, 26 Nov 2025 06:22:09 +0000 Subject: [PATCH 1/8] adds Example.md to demstrate the git process --- Example.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Example.md diff --git a/Example.md b/Example.md new file mode 100644 index 000000000..a301beaea --- /dev/null +++ b/Example.md @@ -0,0 +1 @@ +This is content From 122963b8a22c7295346dd6a5541a9be39eb820fa Mon Sep 17 00:00:00 2001 From: "JH(Jonghoon)" Date: Wed, 26 Nov 2025 15:24:42 +0900 Subject: [PATCH 2/8] Create Example2.md --- Example2.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Example2.md diff --git a/Example2.md b/Example2.md new file mode 100644 index 000000000..a46c98ae9 --- /dev/null +++ b/Example2.md @@ -0,0 +1 @@ +This is some text From 0bc84a75c109beaa8f3492c8db8d92ee39162345 Mon Sep 17 00:00:00 2001 From: "JH(Jonghoon)" Date: Wed, 26 Nov 2025 06:32:57 +0000 Subject: [PATCH 3/8] adding challeng01.md as a challenge --- Challenge01.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Challenge01.md diff --git a/Challenge01.md b/Challenge01.md new file mode 100644 index 000000000..ac222a479 --- /dev/null +++ b/Challenge01.md @@ -0,0 +1 @@ +I am ready for this challenge! \ No newline at end of file From 7d853c06d803f2d44755cc977d4f27e9daeb9bd3 Mon Sep 17 00:00:00 2001 From: Jong Hoon Moon Date: Fri, 27 Feb 2026 14:49:24 +0900 Subject: [PATCH 4/8] creates important_file.md --- .vscode/settings.json | 1 + important_file.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 important_file.md diff --git a/.vscode/settings.json b/.vscode/settings.json index 085cbeabc..2b4b14ab4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,6 +20,7 @@ "workbench.colorTheme": "Visual Studio Dark", "workbench.fontAliasing": "antialiased", "workbench.statusBar.visible": true, + "python-envs.pythonProjects": [], // "files.exclude": { // "**/.git": false // } diff --git a/important_file.md b/important_file.md new file mode 100644 index 000000000..7708231a8 --- /dev/null +++ b/important_file.md @@ -0,0 +1 @@ +This is an important file \ No newline at end of file From e8bb170f466e5daecff5840d42219f6da56701cf Mon Sep 17 00:00:00 2001 From: Jong Hoon Moon Date: Fri, 27 Feb 2026 14:50:52 +0900 Subject: [PATCH 5/8] adds extra line to importantfile.md --- important_file.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/important_file.md b/important_file.md index 7708231a8..0ebe8c63f 100644 --- a/important_file.md +++ b/important_file.md @@ -1 +1,3 @@ -This is an important file \ No newline at end of file +This is an important file + +This is an important update \ No newline at end of file From aac29564a032cc8ccffbaa927f7ee15adf4c4505 Mon Sep 17 00:00:00 2001 From: Jong Hoon Moon Date: Fri, 27 Feb 2026 15:00:09 +0900 Subject: [PATCH 6/8] Moved important_file.md to important_folder --- important_file.md => Important_Folder/important_file.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename important_file.md => Important_Folder/important_file.md (100%) diff --git a/important_file.md b/Important_Folder/important_file.md similarity index 100% rename from important_file.md rename to Important_Folder/important_file.md From b6daa0661829ca492cf1a48039186de4af59a088 Mon Sep 17 00:00:00 2001 From: Jong Hoon Moon Date: Fri, 27 Feb 2026 15:01:32 +0900 Subject: [PATCH 7/8] Revert "Moved important_file.md to important_folder" This reverts commit aac29564a032cc8ccffbaa927f7ee15adf4c4505. --- Important_Folder/important_file.md => important_file.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Important_Folder/important_file.md => important_file.md (100%) diff --git a/Important_Folder/important_file.md b/important_file.md similarity index 100% rename from Important_Folder/important_file.md rename to important_file.md From c6d7afac7a45907eadcbbd6c41b0b4ec34075188 Mon Sep 17 00:00:00 2001 From: Jong Hoon Moon Date: Fri, 27 Feb 2026 15:36:23 +0900 Subject: [PATCH 8/8] adds joke to practice with branches --- joke.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 joke.md diff --git a/joke.md b/joke.md new file mode 100644 index 000000000..108e80dc6 --- /dev/null +++ b/joke.md @@ -0,0 +1 @@ +jokes \ No newline at end of file