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
199 changes: 199 additions & 0 deletions progress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,199 @@
[
{
"exercise_name": "grocery-shopping",
"started_at": 1787727867.690555,
"completed_at": 1787727869.095435,
"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": 1787728574.208201,
"completed_at": 1787728575.605923,
"comments": [],
"status": "Completed"
},
{
"exercise_name": "stage-fright",
"started_at": 1787727645.790024,
"completed_at": 1787727647.070569,
"comments": [
"Great work! You have successfully checked in all the actors!"
],
"status": "Completed"
},
{
"exercise_name": "undo-init",
"started_at": 1787726984.619342,
"completed_at": 1787726987.744662,
"comments": [
"The init operation is not undone."
],
"status": "Incomplete"
},
{
"exercise_name": "undo-init",
"started_at": 1787727105.229026,
"completed_at": 1787727106.69958,
"comments": [
"You have successfully undone the init operation!"
],
"status": "Completed"
},
{
"exercise_name": "under-control",
"started_at": 1787728789.672112,
"completed_at": 1787728791.044176,
"comments": [
"You successfully used git init to initialize this folder as a Git repository!"
],
"status": "Completed"
},
{
"exercise_name": "staging-intervention",
"started_at": 1787728859.522205,
"completed_at": 1787728860.811954,
"comments": [
"Great work! You have successfully fixed the attendance system!"
],
"status": "Completed"
},
{
"exercise_name": "remote-control",
"started_at": 1787729044.361587,
"completed_at": 1787729110.270477,
"comments": [
"Great work setting up a public remote repository!"
],
"status": "Completed"
},
{
"exercise_name": "link-me",
"started_at": 1787729219.431141,
"completed_at": 1787729220.7105,
"comments": [
"Great work with using git remote to add an upstream remote!"
],
"status": "Completed"
},
{
"exercise_name": "push-over",
"started_at": 1787729464.661752,
"completed_at": 1787729466.470977,
"comments": [
"Great work pushing changes to the remote!"
],
"status": "Completed"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1787729653.976065,
"completed_at": 1787729657.453541,
"comments": [
"You are not ignoring runaway.txt. Find where the file is and fix that.",
"You have not committed the relevant changes yet!"
],
"status": "Incomplete"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1787729705.722493,
"completed_at": 1787729709.190628,
"comments": [
"You have not committed the relevant changes yet!"
],
"status": "Incomplete"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1787729765.496526,
"completed_at": 1787729767.327652,
"comments": [
"Great work using .gitignore!"
],
"status": "Completed"
},
{
"exercise_name": "fork-repo",
"started_at": 1787803307.816706,
"completed_at": 1787803310.829832,
"comments": [
"Great work creating a fork with Github!"
],
"status": "Completed"
},
{
"exercise_name": "clone-repo",
"started_at": 1787803685.955914,
"completed_at": 1787803690.47436,
"comments": [
"Clone named shapes is missing! Remember to clone your fork using the name 'shapes', not 'gm-shapes'!"
],
"status": "Incomplete"
},
{
"exercise_name": "clone-repo",
"started_at": 1787803868.334802,
"completed_at": 1787803872.362831,
"comments": [
"Great work creating a clone of a fork from Github!"
],
"status": "Completed"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1787811805.356093,
"completed_at": 1787811808.18639,
"comments": [
"Remote 'bob-upstream' is missing! Remember to add it and point it to https://github.com/git-mastery/gm-shapes-bob"
],
"status": "Incomplete"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1787811850.847228,
"completed_at": 1787811852.230079,
"comments": [
"Great work fetching and pulling different upstreams!"
],
"status": "Completed"
},
{
"exercise_name": "view-commits",
"started_at": 1787812255.450135,
"completed_at": 1787812256.902043,
"comments": [
"Great work in viewing and understanding the diff of a specific commit!"
],
"status": "Completed"
},
{
"exercise_name": "tags-add",
"started_at": 1787812453.861093,
"completed_at": 1787812455.262433,
"comments": [
"Great work using git tag to annotate various commits in the repository!"
],
"status": "Completed"
},
{
"exercise_name": "tags-update",
"started_at": 1787812624.069951,
"completed_at": 1787812625.339205,
"comments": [
"Great work! You have successfully updated the tags to point to the correct commits."
],
"status": "Completed"
},
{
"exercise_name": "tags-push",
"started_at": 1787812866.222579,
"completed_at": 1787812868.665608,
"comments": [
"Wonderful! You have successfully synced the local tags with the remote tags!"
],
"status": "Completed"
}
]