Skip to content
Open
175 changes: 175 additions & 0 deletions progress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
[
{
"exercise_name": "under-control",
"started_at": 1788108963.091307,
"completed_at": 1788108964.394171,
"comments": [
"You successfully used git init to initialize this folder as a Git repository!"
],
"status": "Completed"
},
{
"exercise_name": "stage-fright",
"started_at": 1788109143.198149,
"completed_at": 1788109144.532364,
"comments": [
"Great work! You have successfully checked in all the actors!"
],
"status": "Completed"
},
{
"exercise_name": "grocery-shopping",
"started_at": 1788109269.588162,
"completed_at": 1788109272.36588,
"comments": [
"There are no grocery list items removed from the shopping list."
],
"status": "Incomplete"
},
{
"exercise_name": "grocery-shopping",
"started_at": 1788109303.936494,
"completed_at": 1788109305.343964,
"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": 1788109448.371568,
"completed_at": 1788109451.391087,
"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) is empty.",
"Answer for What is the commit message of the commit 3e05565985903cd72997a10400a99067dacfc7c1? is empty.",
"Answer for What is the SHA of the commit with the commit message \"Rewrite the comments\"? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty."
],
"status": "Incomplete"
},
{
"exercise_name": "log-and-order",
"started_at": 1788109515.705551,
"completed_at": 1788109518.628861,
"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) is empty.",
"Answer for What is the commit message of the commit 3e05565985903cd72997a10400a99067dacfc7c1? is empty.",
"Answer for What is the SHA of the commit with the commit message \"Rewrite the comments\"? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty."
],
"status": "Incomplete"
},
{
"exercise_name": "log-and-order",
"started_at": 1788109710.98532,
"completed_at": 1788109712.460598,
"comments": [],
"status": "Completed"
},
{
"exercise_name": "remote-control",
"started_at": 1788109938.595334,
"completed_at": 1788110060.9529,
"comments": [
"Great work setting up a public remote repository!"
],
"status": "Completed"
},
{
"exercise_name": "link-me",
"started_at": 1788110294.524704,
"completed_at": 1788110295.925918,
"comments": [
"Great work with using git remote to add an upstream remote!"
],
"status": "Completed"
},
{
"exercise_name": "push-over",
"started_at": 1788110870.67639,
"completed_at": 1788110873.671551,
"comments": [
"Great work pushing changes to the remote!"
],
"status": "Completed"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1788111199.668632,
"completed_at": 1788111202.652768,
"comments": [
"Great work using .gitignore!"
],
"status": "Completed"
},
{
"exercise_name": "fork-repo",
"started_at": 1788111270.227736,
"completed_at": 1788111273.543307,
"comments": [
"Great work creating a fork with Github!"
],
"status": "Completed"
},
{
"exercise_name": "clone-repo",
"started_at": 1788111332.92135,
"completed_at": 1788111335.927961,
"comments": [
"Great work creating a clone of a fork from Github!"
],
"status": "Completed"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1788111431.405103,
"completed_at": 1788111432.74425,
"comments": [
"Great work fetching and pulling different upstreams!"
],
"status": "Completed"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1788111445.152263,
"completed_at": 1788111446.495662,
"comments": [
"Great work fetching and pulling different upstreams!"
],
"status": "Completed"
},
{
"exercise_name": "view-commits",
"started_at": 1788112069.572179,
"completed_at": 1788112070.877739,
"comments": [
"Great work in viewing and understanding the diff of a specific commit!"
],
"status": "Completed"
},
{
"exercise_name": "tags-add",
"started_at": 1788112209.947719,
"completed_at": 1788112211.381435,
"comments": [
"Great work using git tag to annotate various commits in the repository!"
],
"status": "Completed"
},
{
"exercise_name": "tags-update",
"started_at": 1788112331.406323,
"completed_at": 1788112332.961882,
"comments": [
"Great work! You have successfully updated the tags to point to the correct commits."
],
"status": "Completed"
},
{
"exercise_name": "tags-push",
"started_at": 1788112465.940736,
"completed_at": 1788112468.468184,
"comments": [
"Wonderful! You have successfully synced the local tags with the remote tags!"
],
"status": "Completed"
}
]