Skip to content
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b813ca0
Sync progress with local machine
Yash-PoPularPlusPlus Aug 24, 2026
8d98bef
Update progress
Yash-PoPularPlusPlus Aug 24, 2026
02710dc
Update progress
Yash-PoPularPlusPlus Aug 24, 2026
f3117e3
Update progress
Yash-PoPularPlusPlus Aug 24, 2026
861d8c9
Update progress
Yash-PoPularPlusPlus Aug 24, 2026
063cc24
Update progress
Yash-PoPularPlusPlus Aug 24, 2026
2f62bdf
Update progress
Yash-PoPularPlusPlus Aug 24, 2026
5ac017f
Update progress
Yash-PoPularPlusPlus Aug 24, 2026
de122f9
Update progress
Yash-PoPularPlusPlus Aug 24, 2026
3ea6b51
Update progress
Yash-PoPularPlusPlus Aug 24, 2026
82c443f
Update progress
Yash-PoPularPlusPlus Aug 24, 2026
390efa7
Update progress
Yash-PoPularPlusPlus Aug 24, 2026
732e4da
Update progress
Yash-PoPularPlusPlus Aug 24, 2026
e9048bf
Update progress
Yash-PoPularPlusPlus Aug 24, 2026
a8411d7
Update progress
Yash-PoPularPlusPlus Aug 24, 2026
5dfc451
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
eba2119
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
66bc29c
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
6cb5ee0
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
697f5e8
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
f654784
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
62e474a
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
9af2c34
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
412bbdf
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
9a956b3
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
b92e3a2
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
99bb101
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
682563d
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
79db3ce
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
ad75be1
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
7c8f823
Update progress
Yash-PoPularPlusPlus Aug 25, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
335 changes: 335 additions & 0 deletions progress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,335 @@
[
{
"exercise_name": "grocery-shopping",
"started_at": 1787591179.906835,
"completed_at": 1787591181.323644,
"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": 1787591357.586794,
"completed_at": 1787591360.710214,
"comments": [
"Answer for What is the SHA of the commit HEAD points to? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty.",
"Answer for What is the commit message of the commit 20469ceebf91dc465832878747a8953a9570cd1f? is empty.",
"Answer for What is the SHA of the commit with the commit message \"Rewrite the comments\"? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty."
],
"status": "Incomplete"
},
{
"exercise_name": "log-and-order",
"started_at": 1787591439.953071,
"completed_at": 1787591441.310523,
"comments": [],
"status": "Completed"
},
{
"exercise_name": "stage-fright",
"started_at": 1787590897.891167,
"completed_at": 1787590899.399537,
"comments": [
"Great work! You have successfully checked in all the actors!"
],
"status": "Completed"
},
{
"exercise_name": "staging-intervention",
"started_at": 1787591036.319083,
"completed_at": 1787591037.61741,
"comments": [
"Great work! You have successfully fixed the attendance system!"
],
"status": "Completed"
},
{
"exercise_name": "under-control",
"started_at": 1787590640.505107,
"completed_at": 1787590641.774454,
"comments": [
"You successfully used git init to initialize this folder as a Git repository!"
],
"status": "Completed"
},
{
"exercise_name": "undo-init",
"started_at": 1787590784.617855,
"completed_at": 1787590785.869427,
"comments": [
"You have successfully undone the init operation!"
],
"status": "Completed"
},
{
"exercise_name": "remote-control",
"started_at": 1787591904.069291,
"completed_at": 1787591909.085358,
"comments": [
"Great work setting up a public remote repository!"
],
"status": "Completed"
},
{
"exercise_name": "push-over",
"started_at": 1787592104.890081,
"completed_at": 1787592106.994317,
"comments": [
"Great work pushing changes to the remote!"
],
"status": "Completed"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1787592383.077793,
"completed_at": 1787592385.077226,
"comments": [
"Great work using .gitignore!"
],
"status": "Completed"
},
{
"exercise_name": "fork-repo",
"started_at": 1787592958.903237,
"completed_at": 1787592961.823954,
"comments": [
"Great work creating a fork with Github!"
],
"status": "Completed"
},
{
"exercise_name": "clone-repo",
"started_at": 1787593111.04926,
"completed_at": 1787593113.997496,
"comments": [
"Great work creating a clone of a fork from Github!"
],
"status": "Completed"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1787593314.538371,
"completed_at": 1787593315.948744,
"comments": [
"Great work fetching and pulling different upstreams!"
],
"status": "Completed"
},
{
"exercise_name": "view-commits",
"started_at": 1787593464.171282,
"completed_at": 1787593465.642189,
"comments": [
"Great work in viewing and understanding the diff of a specific commit!"
],
"status": "Completed"
},
{
"exercise_name": "tags-add",
"started_at": 1787593617.517004,
"completed_at": 1787593618.859849,
"comments": [
"Great work using git tag to annotate various commits in the repository!"
],
"status": "Completed"
},
{
"exercise_name": "tags-update",
"started_at": 1787593953.439992,
"completed_at": 1787593954.952431,
"comments": [
"Great work! You have successfully updated the tags to point to the correct commits."
],
"status": "Completed"
},
{
"exercise_name": "tags-push",
"started_at": 1787594166.684533,
"completed_at": 1787594169.172903,
"comments": [
"Wonderful! You have successfully synced the local tags with the remote tags!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-diff",
"started_at": 1787594445.911426,
"completed_at": 1787594447.339536,
"comments": [
"Great work comparing commits in git history!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-checkout",
"started_at": 1787594779.872894,
"completed_at": 1787594781.151399,
"comments": [
"Great work traversing the revision history!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-reset",
"started_at": 1787595025.285445,
"completed_at": 1787595026.822644,
"comments": [
"You have reset the repository to the correct state!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-revert",
"started_at": 1787595238.701636,
"completed_at": 1787595240.019174,
"comments": [
"Good work reverting commits!"
],
"status": "Completed"
},
{
"exercise_name": "side-track",
"started_at": 1787631002.394025,
"completed_at": 1787631004.038789,
"comments": [
"Great work with using git branch and git checkout to fix the bugs!"
],
"status": "Completed"
},
{
"exercise_name": "branch-previous",
"started_at": 1787632016.779666,
"completed_at": 1787632018.136252,
"comments": [
"Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!"
],
"status": "Completed"
},
{
"exercise_name": "branch-compare",
"started_at": 1787632574.167013,
"completed_at": 1787632575.59256,
"comments": [
"Great work comparing the branches successfully!"
],
"status": "Completed"
},
{
"exercise_name": "branch-bender",
"started_at": 1787633676.269345,
"completed_at": 1787633677.572207,
"comments": [
"Great work with merging the branches in order! Try running the HTML files locally!"
],
"status": "Completed"
},
{
"exercise_name": "branch-forward",
"started_at": 1787634007.09757,
"completed_at": 1787634008.51572,
"comments": [
"Great job fast-forward merging only 'with-sally'!"
],
"status": "Completed"
},
{
"exercise_name": "merge-undo",
"started_at": 1787635010.672442,
"completed_at": 1787635012.029324,
"comments": [
"Great work with undoing the merges! Try listing the directory to see what has changed."
],
"status": "Completed"
},
{
"exercise_name": "ff-undo",
"started_at": 1787635272.14879,
"completed_at": 1787635273.648903,
"comments": [
"You have successfully undone the merge of branch 'others'."
],
"status": "Completed"
},
{
"exercise_name": "branch-rename",
"started_at": 1787636129.747232,
"completed_at": 1787636131.203163,
"comments": [
"Great work with renaming the branches on your local repository!"
],
"status": "Completed"
},
{
"exercise_name": "branch-delete",
"started_at": 1787636252.665571,
"completed_at": 1787636254.300702,
"comments": [
"Great job using git branch to delete both merged and unmerged branches!"
],
"status": "Completed"
},
{
"exercise_name": "merge-squash",
"started_at": 1787641806.709711,
"completed_at": 1787641808.130596,
"comments": [
"Good job performing a merge squash!"
],
"status": "Completed"
},
{
"exercise_name": "conflict-mediator",
"started_at": 1787641998.592748,
"completed_at": 1787641999.987099,
"comments": [
"Great work resolving the merge conflict!"
],
"status": "Completed"
},
{
"exercise_name": "mix-messy-docs",
"started_at": 1787642399.204556,
"completed_at": 1787642400.647578,
"comments": [
"Great work using all of the concepts you've learnt about branching to mix the messy documentation!"
],
"status": "Completed"
},
{
"exercise_name": "glossary-branch-push",
"started_at": 1787643252.841699,
"completed_at": 1787643254.200623,
"comments": [
"Great work pushing the PQR branch to your fork!"
],
"status": "Completed"
},
{
"exercise_name": "glossary-branch-pull",
"started_at": 1787644310.916828,
"completed_at": 1787644312.383318,
"comments": [
"Great work! All required branches are present and correctly set up."
],
"status": "Completed"
},
{
"exercise_name": "glossary-branch-delete",
"started_at": 1787645146.065595,
"completed_at": 1787645147.522043,
"comments": [
"Great job deleting the VWX branch!"
],
"status": "Completed"
},
{
"exercise_name": "glossary-branch-rename",
"started_at": 1787645479.244162,
"completed_at": 1787645481.177501,
"comments": [
"Nice work renaming the branch locally and on the remote!"
],
"status": "Completed"
}
]