Skip to content
Open
160 changes: 160 additions & 0 deletions progress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
[
{
"exercise_name": "grocery-shopping",
"started_at": 1787883916.727853,
"completed_at": 1787883918.048384,
"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": 1787885308.511332,
"completed_at": 1787885309.782706,
"comments": [],
"status": "Completed"
},
{
"exercise_name": "log-and-order",
"started_at": 1787998404.968014,
"completed_at": 1787998406.362683,
"comments": [],
"status": "Completed"
},
{
"exercise_name": "stage-fright",
"started_at": 1787883094.309685,
"completed_at": 1787883095.594713,
"comments": [
"Great work! You have successfully checked in all the actors!"
],
"status": "Completed"
},
{
"exercise_name": "staging-intervention",
"started_at": 1787884216.205114,
"completed_at": 1787884217.509682,
"comments": [
"Great work! You have successfully fixed the attendance system!"
],
"status": "Completed"
},
{
"exercise_name": "under-control",
"started_at": 1787838031.581798,
"completed_at": 1787838032.950754,
"comments": [
"You successfully used git init to initialize this folder as a Git repository!"
],
"status": "Completed"
},
{
"exercise_name": "undo-init",
"started_at": 1787838148.890003,
"completed_at": 1787838150.311224,
"comments": [
"You have successfully undone the init operation!"
],
"status": "Completed"
},
{
"exercise_name": "remote-control",
"started_at": 1787999346.346121,
"completed_at": 1787999444.499385,
"comments": [
"Great work setting up a public remote repository!"
],
"status": "Completed"
},
{
"exercise_name": "link-me",
"started_at": 1787999884.759343,
"completed_at": 1787999886.130478,
"comments": [
"Great work with using git remote to add an upstream remote!"
],
"status": "Completed"
},
{
"exercise_name": "push-over",
"started_at": 1788000789.761283,
"completed_at": 1788000791.909054,
"comments": [
"Great work pushing changes to the remote!"
],
"status": "Completed"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1788001642.326302,
"completed_at": 1788001644.205358,
"comments": [
"Great work using .gitignore!"
],
"status": "Completed"
},
{
"exercise_name": "fork-repo",
"started_at": 1788024558.54729,
"completed_at": 1788024562.091692,
"comments": [
"Great work creating a fork with Github!"
],
"status": "Completed"
},
{
"exercise_name": "clone-repo",
"started_at": 1788025515.700449,
"completed_at": 1788025519.059088,
"comments": [
"Great work creating a clone of a fork from Github!"
],
"status": "Completed"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1788026648.831071,
"completed_at": 1788026650.140547,
"comments": [
"Great work fetching and pulling different upstreams!"
],
"status": "Completed"
},
{
"exercise_name": "view-commits",
"started_at": 1788095986.043098,
"completed_at": 1788095987.459561,
"comments": [
"Great work in viewing and understanding the diff of a specific commit!"
],
"status": "Completed"
},
{
"exercise_name": "tags-add",
"started_at": 1788096818.483128,
"completed_at": 1788096820.279299,
"comments": [
"Great work using git tag to annotate various commits in the repository!"
],
"status": "Completed"
},
{
"exercise_name": "tags-update",
"started_at": 1788096959.290203,
"completed_at": 1788096960.679169,
"comments": [
"Great work! You have successfully updated the tags to point to the correct commits."
],
"status": "Completed"
},
{
"exercise_name": "tags-push",
"started_at": 1788097610.029178,
"completed_at": 1788097612.681316,
"comments": [
"Wonderful! You have successfully synced the local tags with the remote tags!"
],
"status": "Completed"
}
]