Skip to content
144 changes: 144 additions & 0 deletions progress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
[
{
"exercise_name": "grocery-shopping",
"started_at": 1787382860.082674,
"completed_at": 1787382862.415669,
"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": 1787383061.857319,
"completed_at": 1787383064.10738,
"comments": [],
"status": "Completed"
},
{
"exercise_name": "stage-fright",
"started_at": 1787382746.577827,
"completed_at": 1787382748.723457,
"comments": [
"Great work! You have successfully checked in all the actors!"
],
"status": "Completed"
},
{
"exercise_name": "under-control",
"started_at": 1787382551.708343,
"completed_at": 1787382553.778282,
"comments": [
"You successfully used git init to initialize this folder as a Git repository!"
],
"status": "Completed"
},
{
"exercise_name": "remote-control",
"started_at": 1787383802.148538,
"completed_at": 1787383849.021546,
"comments": [
"Great work setting up a public remote repository!"
],
"status": "Completed"
},
{
"exercise_name": "link-me",
"started_at": 1787384004.566761,
"completed_at": 1787384006.614535,
"comments": [
"Great work with using git remote to add an upstream remote!"
],
"status": "Completed"
},
{
"exercise_name": "push-over",
"started_at": 1787384555.476633,
"completed_at": 1787384558.431652,
"comments": [
"Great work pushing changes to the remote!"
],
"status": "Completed"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1787384864.844618,
"completed_at": 1787384874.789267,
"comments": [
"You should be using ** to match all subfolders to ignore runaway.txt."
],
"status": "Incomplete"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1787384977.556447,
"completed_at": 1787384985.693766,
"comments": [
"Great work using .gitignore!"
],
"status": "Completed"
},
{
"exercise_name": "fork-repo",
"started_at": 1787394363.514228,
"completed_at": 1787394367.24645,
"comments": [
"Great work creating a fork with Github!"
],
"status": "Completed"
},
{
"exercise_name": "clone-repo",
"started_at": 1787394647.844352,
"completed_at": 1787394652.099403,
"comments": [
"Great work creating a clone of a fork from Github!"
],
"status": "Completed"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1787394991.18521,
"completed_at": 1787394993.407976,
"comments": [
"Great work fetching and pulling different upstreams!"
],
"status": "Completed"
},
{
"exercise_name": "view-commits",
"started_at": 1787395632.550138,
"completed_at": 1787395636.46913,
"comments": [
"Answer for In February, who was replaced in the Wednesday duty roster? is not right."
],
"status": "Incomplete"
},
{
"exercise_name": "view-commits",
"started_at": 1787395666.336383,
"completed_at": 1787395668.387125,
"comments": [
"Great work in viewing and understanding the diff of a specific commit!"
],
"status": "Completed"
},
{
"exercise_name": "tags-add",
"started_at": 1787395939.606376,
"completed_at": 1787395941.819063,
"comments": [
"Great work using git tag to annotate various commits in the repository!"
],
"status": "Completed"
},
{
"exercise_name": "tags-update",
"started_at": 1787396072.089904,
"completed_at": 1787396074.396074,
"comments": [
"Great work! You have successfully updated the tags to point to the correct commits."
],
"status": "Completed"
}
]