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
164 changes: 164 additions & 0 deletions progress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
[
{
"exercise_name": "remote-control",
"started_at": 1755218509.030061,
"completed_at": 1755218558.516013,
"comments": [
"Great work setting up a public remote repository!"
],
"status": "Completed"
},
{
"exercise_name": "link-me",
"started_at": 1755218878.655912,
"completed_at": 1755218878.979085,
"comments": [
"Wrong 'upstream' remote URL"
],
"status": "Incomplete"
},
{
"exercise_name": "link-me",
"started_at": 1755218946.22357,
"completed_at": 1755218946.546047,
"comments": [
"Great work with using git remote to add an upstream remote!"
],
"status": "Completed"
},
{
"exercise_name": "push-over",
"started_at": 1755227027.748103,
"completed_at": 1755227029.031449,
"comments": [
"You might have forgotten to push your commit to the remote repository."
],
"status": "Incomplete"
},
{
"exercise_name": "push-over",
"started_at": 1755227042.433484,
"completed_at": 1755227043.371569,
"comments": [
"Great work pushing changes to the remote!"
],
"status": "Completed"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1755227796.514918,
"completed_at": 1755227800.80689,
"comments": [
"You are not ignoring runaway.txt. Find where the file is and fix that."
],
"status": "Incomplete"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1755227961.009571,
"completed_at": 1755227965.1164,
"comments": [
"Great work using .gitignore!"
],
"status": "Completed"
},
{
"exercise_name": "fork-repo",
"started_at": 1755228234.909331,
"completed_at": 1755228236.87979,
"comments": [
"Great work creating a fork with Github!"
],
"status": "Completed"
},
{
"exercise_name": "clone-repo",
"started_at": 1755228539.937338,
"completed_at": 1755228542.61534,
"comments": [
"The remote 'upstream' is missing!"
],
"status": "Incomplete"
},
{
"exercise_name": "clone-repo",
"started_at": 1755228651.491115,
"completed_at": 1755228653.328027,
"comments": [
"Great work creating a clone of a fork from Github!"
],
"status": "Completed"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1755231778.010393,
"completed_at": 1755231778.092214,
"comments": [
"You have not fetched Bob's changes yet!"
],
"status": "Incomplete"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1755231816.492868,
"completed_at": 1755231816.850528,
"comments": [
"Great work fetching and pulling different upstreams!"
],
"status": "Completed"
},
{
"exercise_name": "side-track",
"started_at": 1755526074.259076,
"completed_at": 1755526074.683402,
"comments": [
"You aren't currently on the main branch. Checkout to that branch and try again!"
],
"status": "Incomplete"
},
{
"exercise_name": "side-track",
"started_at": 1755526086.042259,
"completed_at": 1755526086.616968,
"comments": [
"Great work with using git branch and git checkout to fix the bugs!"
],
"status": "Completed"
},
{
"exercise_name": "branch-bender",
"started_at": 1755526467.53138,
"completed_at": 1755526467.666379,
"comments": [
"Great work with merging the branches in order! Try running the HTML files locally!"
],
"status": "Completed"
},
{
"exercise_name": "conflict-mediator",
"started_at": 1755526803.880988,
"completed_at": 1755526804.27334,
"comments": [
"Great work resolving the merge conflict!"
],
"status": "Completed"
},
{
"exercise_name": "branch-rename",
"started_at": 1755526931.762354,
"completed_at": 1755526932.230272,
"comments": [
"Great work with renaming the branches on your local repository!"
],
"status": "Completed"
},
{
"exercise_name": "branch-delete",
"started_at": 1755527149.250758,
"completed_at": 1755527149.607032,
"comments": [
"Great job using git branch to delete both merged and unmerged branches!"
],
"status": "Completed"
}
]