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
315 changes: 315 additions & 0 deletions progress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,315 @@
[
{
"exercise_name": "clone-repo",
"started_at": 1787324070.619129,
"completed_at": 1787324076.626936,
"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": 1787324122.904032,
"completed_at": 1787324128.121658,
"comments": [
"D:\\Notes\\gitmastery-exercises\\clone-repo\\shapes"
],
"status": "Error"
},
{
"exercise_name": "clone-repo",
"started_at": 1787324345.220302,
"completed_at": 1787324350.426906,
"comments": [
"The upstream remote does not point to the original repository!"
],
"status": "Incomplete"
},
{
"exercise_name": "clone-repo",
"started_at": 1787324533.558578,
"completed_at": 1787324536.764793,
"comments": [
"Great work creating a clone of a fork from Github!"
],
"status": "Completed"
},
{
"exercise_name": "fork-repo",
"started_at": 1787323847.507297,
"completed_at": 1787323850.686551,
"comments": [
"Great work creating a fork with Github!"
],
"status": "Completed"
},
{
"exercise_name": "grocery-shopping",
"started_at": 1786923821.320425,
"completed_at": 1786923823.586506,
"comments": [
"Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!"
],
"status": "Completed"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1787322745.178341,
"completed_at": 1787322752.780557,
"comments": [
"You have not committed the relevant changes yet!"
],
"status": "Incomplete"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1787323431.669055,
"completed_at": 1787323438.595556,
"comments": [
"You have not committed the relevant changes yet!"
],
"status": "Incomplete"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1787323605.909841,
"completed_at": 1787323611.141431,
"comments": [
"Great work using .gitignore!"
],
"status": "Completed"
},
{
"exercise_name": "link-me",
"started_at": 1787320471.301702,
"completed_at": 1787320473.076422,
"comments": [
"Great work with using git remote to add an upstream remote!"
],
"status": "Completed"
},
{
"exercise_name": "log-and-order",
"started_at": 1786924297.115135,
"completed_at": 1786924298.792111,
"comments": [],
"status": "Completed"
},
{
"exercise_name": "remote-control",
"started_at": 1786433589.59818,
"completed_at": 1786433774.297288,
"comments": [
"The remote repository url you provided either does not exist or is private. Try again!"
],
"status": "Incomplete"
},
{
"exercise_name": "remote-control",
"started_at": 1786433826.515148,
"completed_at": 1786433831.13447,
"comments": [
"Great work setting up a public remote repository!"
],
"status": "Completed"
},
{
"exercise_name": "stage-fright",
"started_at": 1786881729.654811,
"completed_at": 1786881731.338683,
"comments": [
"Great work! You have successfully checked in all the actors!"
],
"status": "Completed"
},
{
"exercise_name": "staging-intervention",
"started_at": 1786923606.225252,
"completed_at": 1786923607.882967,
"comments": [
"Great work! You have successfully fixed the attendance system!"
],
"status": "Completed"
},
{
"exercise_name": "under-control",
"started_at": 1786434003.76158,
"completed_at": 1786434005.458486,
"comments": [
"You successfully used git init to initialize this folder as a Git repository!"
],
"status": "Completed"
},
{
"exercise_name": "undo-init",
"started_at": 1786434346.92606,
"completed_at": 1786434348.714925,
"comments": [
"You have successfully undone the init operation!"
],
"status": "Completed"
},
{
"exercise_name": "push-over",
"started_at": 1787404047.203669,
"completed_at": 1787404051.695037,
"comments": [
"Great work pushing changes to the remote!"
],
"status": "Completed"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1787404403.980929,
"completed_at": 1787404405.630415,
"comments": [
"Great work fetching and pulling different upstreams!"
],
"status": "Completed"
},
{
"exercise_name": "view-commits",
"started_at": 1787404969.022278,
"completed_at": 1787404970.624979,
"comments": [
"Great work in viewing and understanding the diff of a specific commit!"
],
"status": "Completed"
},
{
"exercise_name": "tags-add",
"started_at": 1787415223.645334,
"completed_at": 1787415227.081826,
"comments": [
"\"first-pilot\" should point to the first commit."
],
"status": "Incomplete"
},
{
"exercise_name": "tags-add",
"started_at": 1787415301.293873,
"completed_at": 1787415303.016311,
"comments": [
"Great work using git tag to annotate various commits in the repository!"
],
"status": "Completed"
},
{
"exercise_name": "tags-update",
"started_at": 1787415781.837363,
"completed_at": 1787415785.319182,
"comments": [
"The 'first-update' tag still exists."
],
"status": "Incomplete"
},
{
"exercise_name": "tags-update",
"started_at": 1787415808.163533,
"completed_at": 1787415809.860459,
"comments": [
"Great work! You have successfully updated the tags to point to the correct commits."
],
"status": "Completed"
},
{
"exercise_name": "tags-push",
"started_at": 1787417477.96128,
"completed_at": 1787417484.451558,
"comments": [
"Tag beta is still on the remote!"
],
"status": "Incomplete"
},
{
"exercise_name": "tags-push",
"started_at": 1787418576.571317,
"completed_at": 1787418581.320188,
"comments": [
"Wonderful! You have successfully synced the local tags with the remote tags!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-diff",
"started_at": 1787488507.49175,
"completed_at": 1787488528.60446,
"comments": [
"Answer for Which are the new values in staged files? is not right."
],
"status": "Incomplete"
},
{
"exercise_name": "sensors-diff",
"started_at": 1787488858.083059,
"completed_at": 1787488891.763204,
"comments": [
"Cmd('git') failed due to: exit code(128)\n cmdline: git sparse-checkout set --skip-checks sensors_diff/verify.py\n stderr: 'fatal: unable to access 'https://github.com/git-mastery/exercises.git/': Failed to connect to github.com port 443 after 21117 ms: Could not connect to server\nfatal: could not fetch ad8d4be8afccd86b5b1c948e794d13174c3df7c0 from promisor remote'"
],
"status": "Error"
},
{
"exercise_name": "sensors-diff",
"started_at": 1787489432.959129,
"completed_at": 1787489434.775604,
"comments": [
"Great work comparing commits in git history!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-checkout",
"started_at": 1787490705.340572,
"completed_at": 1787490707.27957,
"comments": [
"Great work traversing the revision history!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-reset",
"started_at": 1787501919.335857,
"completed_at": 1787501922.341911,
"comments": [
"You have reset the repository to the correct state!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-revert",
"started_at": 1787502130.995132,
"completed_at": 1787502132.889684,
"comments": [
"Good work reverting commits!"
],
"status": "Completed"
},
{
"exercise_name": "side-track",
"started_at": 1787503720.986508,
"completed_at": 1787503725.007015,
"comments": [
"You aren't currently on the main branch. Checkout to that branch and try again!"
],
"status": "Incomplete"
},
{
"exercise_name": "side-track",
"started_at": 1787503737.38848,
"completed_at": 1787503739.195684,
"comments": [
"Great work with using git branch and git checkout to fix the bugs!"
],
"status": "Completed"
},
{
"exercise_name": "branch-previous",
"started_at": 1787505655.976868,
"completed_at": 1787505657.684706,
"comments": [
"Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!"
],
"status": "Completed"
}
]