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
235 changes: 235 additions & 0 deletions progress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,235 @@
[
{
"exercise_name": "under-control",
"started_at": 1786890140.96256,
"completed_at": 1786890142.415411,
"comments": [
"You successfully used git init to initialize this folder as a Git repository!"
],
"status": "Completed"
},
{
"exercise_name": "undo-init",
"started_at": 1786890377.718458,
"completed_at": 1786890379.061309,
"comments": [
"You have successfully undone the init operation!"
],
"status": "Completed"
},
{
"exercise_name": "stage-fright",
"started_at": 1786890576.693645,
"completed_at": 1786890578.165668,
"comments": [
"Great work! You have successfully checked in all the actors!"
],
"status": "Completed"
},
{
"exercise_name": "grocery-shopping",
"started_at": 1786890958.354584,
"completed_at": 1786890960.1413,
"comments": [
"Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!"
],
"status": "Completed"
},
{
"exercise_name": "staging-intervention",
"started_at": 1786891179.854882,
"completed_at": 1786891181.314775,
"comments": [
"Great work! You have successfully fixed the attendance system!"
],
"status": "Completed"
},
{
"exercise_name": "log-and-order",
"started_at": 1786892131.674354,
"completed_at": 1786892135.732988,
"comments": [
"Answer for What is the SHA of the commit HEAD points to? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) did not match any of the accepted answers."
],
"status": "Incomplete"
},
{
"exercise_name": "log-and-order",
"started_at": 1786892308.039411,
"completed_at": 1786892309.960887,
"comments": [],
"status": "Completed"
},
{
"exercise_name": "remote-control",
"started_at": 1786900569.196803,
"completed_at": 1786900647.712147,
"comments": [
"Great work setting up a public remote repository!"
],
"status": "Completed"
},
{
"exercise_name": "link-me",
"started_at": 1786901055.390749,
"completed_at": 1786901058.618375,
"comments": [
"Missing remote called 'upstream'."
],
"status": "Incomplete"
},
{
"exercise_name": "link-me",
"started_at": 1786901077.850984,
"completed_at": 1786901079.405035,
"comments": [
"Great work with using git remote to add an upstream remote!"
],
"status": "Completed"
},
{
"exercise_name": "push-over",
"started_at": 1786901325.053995,
"completed_at": 1786901327.079755,
"comments": [
"Great work pushing changes to the remote!"
],
"status": "Completed"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1786901547.926323,
"completed_at": 1786901551.364372,
"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": 1786901646.204252,
"completed_at": 1786901647.947189,
"comments": [
"Great work using .gitignore!"
],
"status": "Completed"
},
{
"exercise_name": "fork-repo",
"started_at": 1786901708.665567,
"completed_at": 1786901712.012325,
"comments": [
"Great work creating a fork with Github!"
],
"status": "Completed"
},
{
"exercise_name": "clone-repo",
"started_at": 1786901845.27398,
"completed_at": 1786901848.623343,
"comments": [
"Great work creating a clone of a fork from Github!"
],
"status": "Completed"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1786902133.134589,
"completed_at": 1786902134.60063,
"comments": [
"Great work fetching and pulling different upstreams!"
],
"status": "Completed"
},
{
"exercise_name": "view-commits",
"started_at": 1786902764.160689,
"completed_at": 1786902765.708766,
"comments": [
"Great work in viewing and understanding the diff of a specific commit!"
],
"status": "Completed"
},
{
"exercise_name": "tags-add",
"started_at": 1786903284.985671,
"completed_at": 1786903286.759794,
"comments": [
"Great work using git tag to annotate various commits in the repository!"
],
"status": "Completed"
},
{
"exercise_name": "tags-update",
"started_at": 1786903525.338752,
"completed_at": 1786903526.800867,
"comments": [
"Great work! You have successfully updated the tags to point to the correct commits."
],
"status": "Completed"
},
{
"exercise_name": "tags-push",
"started_at": 1786903876.248462,
"completed_at": 1786903880.753576,
"comments": [
"Tag beta is still on the remote!"
],
"status": "Incomplete"
},
{
"exercise_name": "tags-push",
"started_at": 1786903899.113289,
"completed_at": 1786903902.46372,
"comments": [
"Wonderful! You have successfully synced the local tags with the remote tags!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-diff",
"started_at": 1786904361.650714,
"completed_at": 1786904364.97859,
"comments": [
"Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is not right."
],
"status": "Incomplete"
},
{
"exercise_name": "sensors-diff",
"started_at": 1786904391.073689,
"completed_at": 1786904392.426473,
"comments": [
"Great work comparing commits in git history!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-checkout",
"started_at": 1786904664.395256,
"completed_at": 1786904665.742061,
"comments": [
"Great work traversing the revision history!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-reset",
"started_at": 1786905183.684768,
"completed_at": 1786905185.271342,
"comments": [
"You have reset the repository to the correct state!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-revert",
"started_at": 1786905614.715968,
"completed_at": 1786905616.280148,
"comments": [
"Good work reverting commits!"
],
"status": "Completed"
}
]