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
56 changes: 56 additions & 0 deletions progress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
[
{
"exercise_name": "side-track",
"started_at": 1756093309.030555,
"completed_at": 1756093309.844565,
"comments": [
"Great work with using git branch and git checkout to fix the bugs!"
],
"status": "Completed"
},
{
"exercise_name": "branch-bender",
"started_at": 1756094183.437181,
"completed_at": 1756094183.68338,
"comments": [
"Great work with merging the branches in order! Try running the HTML files locally!"
],
"status": "Completed"
},
{
"exercise_name": "conflict-mediator",
"started_at": 1756095125.507237,
"completed_at": 1756095125.972343,
"comments": [
"You still have uncommitted changes. Commit them first on the appropriate branch first!"
],
"status": "Incomplete"
},
{
"exercise_name": "conflict-mediator",
"started_at": 1756095159.586556,
"completed_at": 1756095159.781522,
"comments": [
"Great work resolving the merge conflict!"
],
"status": "Completed"
},
{
"exercise_name": "branch-rename",
"started_at": 1756099933.282911,
"completed_at": 1756099933.753177,
"comments": [
"Great work with renaming the branches on your local repository!"
],
"status": "Completed"
},
{
"exercise_name": "branch-delete",
"started_at": 1756100086.266264,
"completed_at": 1756100086.749464,
"comments": [
"Great job using git branch to delete both merged and unmerged branches!"
],
"status": "Completed"
}
]