From d0ed339404501fe892812e7f2c2c3ae045e7b6f4 Mon Sep 17 00:00:00 2001 From: Ryan Long <52093793+sehjinryan@users.noreply.github.com> Date: Fri, 23 Jan 2026 00:47:50 +0800 Subject: [PATCH] Sync progress with local machine --- progress.json | 189 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..443c26a48 --- /dev/null +++ b/progress.json @@ -0,0 +1,189 @@ +[ + { + "exercise_name": "clone-repo", + "started_at": 1769084155.355769, + "completed_at": 1769084160.019633, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769084803.20563, + "completed_at": 1769084804.592827, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769083939.652473, + "completed_at": 1769083943.378691, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1769062042.749122, + "completed_at": 1769062045.875778, + "comments": [ + "There are no grocery list items removed from the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769075797.836687, + "completed_at": 1769075801.997743, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769075875.12424, + "completed_at": 1769075877.082563, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769064686.737367, + "completed_at": 1769064689.801269, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1769064784.353511, + "completed_at": 1769064787.305786, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1769064898.607504, + "completed_at": 1769064899.887549, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1769062633.286408, + "completed_at": 1769062634.957156, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769075401.988105, + "completed_at": 1769075406.793498, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769064025.706193, + "completed_at": 1769064093.307691, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769059139.243667, + "completed_at": 1769059140.653802, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1769059245.813803, + "completed_at": 1769059247.19219, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1769089657.648858, + "completed_at": 1769089660.914076, + "comments": [ + "\"first-pilot\" should point to the first commit." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1769089699.586081, + "completed_at": 1769089700.994591, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1769090044.131257, + "completed_at": 1769090048.988356, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1769089858.266238, + "completed_at": 1769089859.648887, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769058533.381894, + "completed_at": 1769058534.901693, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1769058617.161782, + "completed_at": 1769058618.583833, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1769089184.563525, + "completed_at": 1769089189.120347, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + } +] \ No newline at end of file