Skip to content
181 changes: 181 additions & 0 deletions progress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,181 @@
[
{
"exercise_name": "grocery-shopping",
"started_at": 1787818759.014912,
"completed_at": 1787818762.26567,
"comments": [
"New grocery list items added to shopping-list.txt are not committed.",
"Grocery list items removed from shopping-list.txt are not committed."
],
"status": "Incomplete"
},
{
"exercise_name": "grocery-shopping",
"started_at": 1787819144.648897,
"completed_at": 1787819146.122472,
"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": 1787819337.248729,
"completed_at": 1787819338.836139,
"comments": [],
"status": "Completed"
},
{
"exercise_name": "stage-fright",
"started_at": 1787818496.73469,
"completed_at": 1787818498.348374,
"comments": [
"Great work! You have successfully checked in all the actors!"
],
"status": "Completed"
},
{
"exercise_name": "remote-control",
"started_at": 1787820021.792911,
"completed_at": 1787820309.84878,
"comments": [
"Great work setting up a public remote repository!"
],
"status": "Completed"
},
{
"exercise_name": "link-me",
"started_at": 1787820533.185785,
"completed_at": 1787820534.570201,
"comments": [
"Great work with using git remote to add an upstream remote!"
],
"status": "Completed"
},
{
"exercise_name": "push-over",
"started_at": 1787820800.02304,
"completed_at": 1787820802.945141,
"comments": [
"You should have made a separate commit!"
],
"status": "Incomplete"
},
{
"exercise_name": "push-over",
"started_at": 1787820927.436311,
"completed_at": 1787820931.703868,
"comments": [
"Great work pushing changes to the remote!"
],
"status": "Completed"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1787821601.859025,
"completed_at": 1787821604.597097,
"comments": [
"Great work using .gitignore!"
],
"status": "Completed"
},
{
"exercise_name": "fork-repo",
"started_at": 1787822033.470432,
"completed_at": 1787822036.641528,
"comments": [
"Great work creating a fork with Github!"
],
"status": "Completed"
},
{
"exercise_name": "clone-repo",
"started_at": 1787822183.196067,
"completed_at": 1787822186.071933,
"comments": [
"Great work creating a clone of a fork from Github!"
],
"status": "Completed"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1787822953.510961,
"completed_at": 1787822954.877385,
"comments": [
"Great work fetching and pulling different upstreams!"
],
"status": "Completed"
},
{
"exercise_name": "view-commits",
"started_at": 1787823421.44272,
"completed_at": 1787823422.748495,
"comments": [
"Great work in viewing and understanding the diff of a specific commit!"
],
"status": "Completed"
},
{
"exercise_name": "tags-add",
"started_at": 1787826335.335464,
"completed_at": 1787826336.841815,
"comments": [
"Great work using git tag to annotate various commits in the repository!"
],
"status": "Completed"
},
{
"exercise_name": "tags-update",
"started_at": 1787826482.884574,
"completed_at": 1787826484.608182,
"comments": [
"Great work! You have successfully updated the tags to point to the correct commits."
],
"status": "Completed"
},
{
"exercise_name": "tags-push",
"started_at": 1787826719.543759,
"completed_at": 1787826724.405183,
"comments": [
"Wonderful! You have successfully synced the local tags with the remote tags!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-diff",
"started_at": 1787826966.52498,
"completed_at": 1787826968.036989,
"comments": [
"Great work comparing commits in git history!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-checkout",
"started_at": 1787827235.253861,
"completed_at": 1787827236.841357,
"comments": [
"Great work traversing the revision history!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-reset",
"started_at": 1787827421.590624,
"completed_at": 1787827423.062216,
"comments": [
"You have reset the repository to the correct state!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-revert",
"started_at": 1787827652.204431,
"completed_at": 1787827653.663111,
"comments": [
"Good work reverting commits!"
],
"status": "Completed"
}
]