From 94aad84e0ee7387acffe6b9dc14603a4c072226b Mon Sep 17 00:00:00 2001 From: nrysho Date: Thu, 22 Jan 2026 02:46:03 +0800 Subject: [PATCH 1/5] Sync progress with local machine --- progress.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..57db07b80 --- /dev/null +++ b/progress.json @@ -0,0 +1,54 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768804130.752432, + "completed_at": 1768804133.035856, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1768805391.733197, + "completed_at": 1768805394.076792, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768803565.082808, + "completed_at": 1768803567.244366, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768803750.217581, + "completed_at": 1768803752.371842, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768801078.140937, + "completed_at": 1768801080.139617, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768801419.530353, + "completed_at": 1768801421.493766, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From e9fe09d85fe997e99ed1669b1891c42638e8596d Mon Sep 17 00:00:00 2001 From: nrysho Date: Thu, 22 Jan 2026 02:52:19 +0800 Subject: [PATCH 2/5] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 57db07b80..f371e9a89 100644 --- a/progress.json +++ b/progress.json @@ -50,5 +50,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769021467.518535, + "completed_at": 1769021538.871965, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 4ed1b6cdbb220115e45f11513a91b6933f08b025 Mon Sep 17 00:00:00 2001 From: nrysho Date: Thu, 22 Jan 2026 02:58:20 +0800 Subject: [PATCH 3/5] Initial commit --- remote-control/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 remote-control/README.md diff --git a/remote-control/README.md b/remote-control/README.md new file mode 100644 index 000000000..9d1230a4e --- /dev/null +++ b/remote-control/README.md @@ -0,0 +1 @@ +# Git-Mastery Progress Backup From 530b31ebb48219b5f6b5d4f7f0652dc9e3d0d474 Mon Sep 17 00:00:00 2001 From: nrysho Date: Thu, 22 Jan 2026 03:17:21 +0800 Subject: [PATCH 4/5] Update fruits list --- hp-populate-remote/fruits.txt | 1 + hp-populate-remote/things | 1 + 2 files changed, 2 insertions(+) create mode 100644 hp-populate-remote/fruits.txt create mode 160000 hp-populate-remote/things diff --git a/hp-populate-remote/fruits.txt b/hp-populate-remote/fruits.txt new file mode 100644 index 000000000..9b4fa3113 --- /dev/null +++ b/hp-populate-remote/fruits.txt @@ -0,0 +1 @@ +elderberries diff --git a/hp-populate-remote/things b/hp-populate-remote/things new file mode 160000 index 000000000..4d250a06c --- /dev/null +++ b/hp-populate-remote/things @@ -0,0 +1 @@ +Subproject commit 4d250a06cb413a4ded66f7e9d63d90eb9bee896e From 5f8facd7affc45986e54c95a5e4d1f68556165b3 Mon Sep 17 00:00:00 2001 From: nrysho Date: Thu, 22 Jan 2026 03:26:10 +0800 Subject: [PATCH 5/5] Add global .gitignore for Git-Mastery exercises --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..6cce26551 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ + +# Ignore Git-Mastery metadata +.gitmastery.json +.gitmastery.log +progress/ + +# Ignore all other exercise folders +*/