From c52df228ddd6158cfb2876e21c86fe566e6f3d24 Mon Sep 17 00:00:00 2001 From: JamieLoh Date: Thu, 22 Jan 2026 02:04:31 +0800 Subject: [PATCH] Sync progress with local machine --- progress.json | 194 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..7868d42fd --- /dev/null +++ b/progress.json @@ -0,0 +1,194 @@ +[ + { + "exercise_name": "clone-repo", + "started_at": 1768985622.576655, + "completed_at": 1768985625.786237, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768985672.710522, + "completed_at": 1768985675.640809, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768985595.058622, + "completed_at": 1768985598.145801, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768985189.509328, + "completed_at": 1768985191.351053, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768985510.210922, + "completed_at": 1768985517.14066, + "comments": [ + "You are still ignoring many/file22.txt.", + "You are not ignoring runaway.txt. Find where the file is and fix that.", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1768985422.112434, + "completed_at": 1768985423.812285, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1768985245.059571, + "completed_at": 1768985246.981685, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768985445.810382, + "completed_at": 1768985458.628318, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768985284.510108, + "completed_at": 1768985355.197485, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768985363.438598, + "completed_at": 1768985370.151816, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1768985841.433269, + "completed_at": 1768985844.681779, + "comments": [ + "Answer for Which are the new values in staged files? is empty.", + "Answer for Which are the new values in modified but unstaged files? does not contain all of the right answers.", + "Answer for Which files have changed from Jan 09th to Jan 15th? does not contain all of the right answers.", + "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768985120.225399, + "completed_at": 1768985121.868358, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768985156.6403, + "completed_at": 1768985158.241201, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768985760.848449, + "completed_at": 1768985762.622874, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768985805.43412, + "completed_at": 1768985816.626633, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768985784.845077, + "completed_at": 1768985786.473669, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768984779.386978, + "completed_at": 1768984782.748167, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769017763.741081, + "completed_at": 1769017765.309453, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768985015.435386, + "completed_at": 1768985017.207158, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1769017794.028421, + "completed_at": 1769017795.772581, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768985712.517745, + "completed_at": 1768985714.245275, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + } +] \ No newline at end of file