Skip to content
180 changes: 180 additions & 0 deletions progress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
[
{
"exercise_name": "grocery-shopping",
"started_at": 1786865932.063658,
"completed_at": 1786865933.386895,
"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": 1786866944.863779,
"completed_at": 1786866946.153707,
"comments": [],
"status": "Completed"
},
{
"exercise_name": "stage-fright",
"started_at": 1786865243.717328,
"completed_at": 1786865244.978772,
"comments": [
"Great work! You have successfully checked in all the actors!"
],
"status": "Completed"
},
{
"exercise_name": "staging-intervention",
"started_at": 1786866133.900311,
"completed_at": 1786866135.202437,
"comments": [
"Great work! You have successfully fixed the attendance system!"
],
"status": "Completed"
},
{
"exercise_name": "under-control",
"started_at": 1786863019.240887,
"completed_at": 1786863020.553094,
"comments": [
"You successfully used git init to initialize this folder as a Git repository!"
],
"status": "Completed"
},
{
"exercise_name": "undo-init",
"started_at": 1786863144.087263,
"completed_at": 1786863145.31112,
"comments": [
"You have successfully undone the init operation!"
],
"status": "Completed"
},
{
"exercise_name": "remote-control",
"started_at": 1787477576.80921,
"completed_at": 1787477830.154302,
"comments": [
"Great work setting up a public remote repository!"
],
"status": "Completed"
},
{
"exercise_name": "link-me",
"started_at": 1787478257.402692,
"completed_at": 1787478260.195785,
"comments": [
"Missing remote called 'upstream'."
],
"status": "Incomplete"
},
{
"exercise_name": "link-me",
"started_at": 1787478303.561389,
"completed_at": 1787478304.850961,
"comments": [
"Great work with using git remote to add an upstream remote!"
],
"status": "Completed"
},
{
"exercise_name": "link-me",
"started_at": 1787478353.059568,
"completed_at": 1787478354.368281,
"comments": [
"Great work with using git remote to add an upstream remote!"
],
"status": "Completed"
},
{
"exercise_name": "push-over",
"started_at": 1787479048.068887,
"completed_at": 1787479049.970735,
"comments": [
"Great work pushing changes to the remote!"
],
"status": "Completed"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1787480033.589976,
"completed_at": 1787480035.33186,
"comments": [
"Great work using .gitignore!"
],
"status": "Completed"
},
{
"exercise_name": "fork-repo",
"started_at": 1787483485.335436,
"completed_at": 1787483488.428323,
"comments": [
"Great work creating a fork with Github!"
],
"status": "Completed"
},
{
"exercise_name": "clone-repo",
"started_at": 1787484329.734902,
"completed_at": 1787484332.480985,
"comments": [
"Great work creating a clone of a fork from Github!"
],
"status": "Completed"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1787485003.571698,
"completed_at": 1787485004.84978,
"comments": [
"Great work fetching and pulling different upstreams!"
],
"status": "Completed"
},
{
"exercise_name": "view-commits",
"started_at": 1787547071.595247,
"completed_at": 1787547072.896671,
"comments": [
"Great work in viewing and understanding the diff of a specific commit!"
],
"status": "Completed"
},
{
"exercise_name": "tags-add",
"started_at": 1787548626.597833,
"completed_at": 1787548627.952459,
"comments": [
"Great work using git tag to annotate various commits in the repository!"
],
"status": "Completed"
},
{
"exercise_name": "tags-update",
"started_at": 1787549290.955304,
"completed_at": 1787549292.231015,
"comments": [
"Great work! You have successfully updated the tags to point to the correct commits."
],
"status": "Completed"
},
{
"exercise_name": "tags-push",
"started_at": 1787549654.895477,
"completed_at": 1787549657.789998,
"comments": [
"Wonderful! You have successfully synced the local tags with the remote tags!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-diff",
"started_at": 1787566576.20998,
"completed_at": 1787566577.665561,
"comments": [
"Great work comparing commits in git history!"
],
"status": "Completed"
}
]