Skip to content
Open
Changes from all commits
Commits
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
243 changes: 243 additions & 0 deletions progress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,243 @@
[
{
"exercise_name": "grocery-shopping",
"started_at": 1768096773.5078,
"completed_at": 1768096775.907905,
"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": 1768098638.129073,
"completed_at": 1768098640.224594,
"comments": [],
"status": "Completed"
},
{
"exercise_name": "stage-fright",
"started_at": 1768094563.845347,
"completed_at": 1768094566.403849,
"comments": [
"Great work! You have successfully checked in all the actors!"
],
"status": "Completed"
},
{
"exercise_name": "staging-intervention",
"started_at": 1768095591.616922,
"completed_at": 1768095593.594584,
"comments": [
"Great work! You have successfully fixed the attendance system!"
],
"status": "Completed"
},
{
"exercise_name": "under-control",
"started_at": 1768091355.383675,
"completed_at": 1768091357.793355,
"comments": [
"You successfully used git init to initialize this folder as a Git repository!"
],
"status": "Completed"
},
{
"exercise_name": "undo-init",
"started_at": 1768091399.636684,
"completed_at": 1768091402.015658,
"comments": [
"You have successfully undone the init operation!"
],
"status": "Completed"
},
{
"exercise_name": "remote-control",
"started_at": 1768101532.879415,
"completed_at": 1768101642.029161,
"comments": [
"That is not the right Github url!"
],
"status": "Incomplete"
},
{
"exercise_name": "remote-control",
"started_at": 1768101655.767535,
"completed_at": 1768101662.915545,
"comments": [
"Great work setting up a public remote repository!"
],
"status": "Completed"
},
{
"exercise_name": "link-me",
"started_at": 1768114928.729551,
"completed_at": 1768114930.517076,
"comments": [
"Great work with using git remote to add an upstream remote!"
],
"status": "Completed"
},
{
"exercise_name": "push-over",
"started_at": 1768123276.120473,
"completed_at": 1768123281.370413,
"comments": [
"Great work pushing changes to the remote!"
],
"status": "Completed"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1768126354.953863,
"completed_at": 1768126364.732484,
"comments": [
"Great work using .gitignore!"
],
"status": "Completed"
},
{
"exercise_name": "fork-repo",
"started_at": 1768152034.25208,
"completed_at": 1768152037.642159,
"comments": [
"Great work creating a fork with Github!"
],
"status": "Completed"
},
{
"exercise_name": "clone-repo",
"started_at": 1768152930.477304,
"completed_at": 1768152935.736445,
"comments": [
"The remote 'upstream' is missing!"
],
"status": "Incomplete"
},
{
"exercise_name": "clone-repo",
"started_at": 1768153025.099721,
"completed_at": 1768153028.669081,
"comments": [
"Great work creating a clone of a fork from Github!"
],
"status": "Completed"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1768155596.22705,
"completed_at": 1768155598.158833,
"comments": [
"Great work fetching and pulling different upstreams!"
],
"status": "Completed"
},
{
"exercise_name": "view-commits",
"started_at": 1768157175.070356,
"completed_at": 1768157177.006337,
"comments": [
"Great work in viewing and understanding the diff of a specific commit!"
],
"status": "Completed"
},
{
"exercise_name": "tags-add",
"started_at": 1768159134.136093,
"completed_at": 1768159137.911679,
"comments": [
"Missing lightweight tag \"first-pilot\"."
],
"status": "Incomplete"
},
{
"exercise_name": "tags-add",
"started_at": 1768159242.58283,
"completed_at": 1768159246.839398,
"comments": [
"\"first-pilot\" should point to the first commit."
],
"status": "Incomplete"
},
{
"exercise_name": "tags-add",
"started_at": 1768159313.746655,
"completed_at": 1768159316.031215,
"comments": [
"Great work using git tag to annotate various commits in the repository!"
],
"status": "Completed"
},
{
"exercise_name": "tags-update",
"started_at": 1768159585.993465,
"completed_at": 1768159587.989342,
"comments": [
"Great work! You have successfully updated the tags to point to the correct commits."
],
"status": "Completed"
},
{
"exercise_name": "tags-push",
"started_at": 1768159859.972164,
"completed_at": 1768159865.231124,
"comments": [
"Wonderful! You have successfully synced the local tags with the remote tags!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-diff",
"started_at": 1768161444.565442,
"completed_at": 1768161448.195363,
"comments": [
"Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is not right."
],
"status": "Incomplete"
},
{
"exercise_name": "sensors-diff",
"started_at": 1768161480.020337,
"completed_at": 1768161481.916422,
"comments": [
"Great work comparing commits in git history!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-checkout",
"started_at": 1768163021.191407,
"completed_at": 1768163023.460516,
"comments": [
"Great work traversing the revision history!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-reset",
"started_at": 1768164952.657164,
"completed_at": 1768164955.136248,
"comments": [
"You have reset the repository to the correct state!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-revert",
"started_at": 1768166005.174137,
"completed_at": 1768166007.479092,
"comments": [
"Good work reverting commits!"
],
"status": "Completed"
},
{
"exercise_name": "side-track",
"started_at": 1768261481.660389,
"completed_at": 1768261484.301776,
"comments": [
"Great work with using git branch and git checkout to fix the bugs!"
],
"status": "Completed"
}
]