forked from git-mastery/progress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogress.json
More file actions
109 lines (109 loc) · 2.83 KB
/
Copy pathprogress.json
File metadata and controls
109 lines (109 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
[
{
"exercise_name": "under-control",
"started_at": 1786862736.082382,
"completed_at": 1786862737.95936,
"comments": [
"You successfully used git init to initialize this folder as a Git repository!"
],
"status": "Completed"
},
{
"exercise_name": "undo-init",
"started_at": 1786862988.623186,
"completed_at": 1786862990.541915,
"comments": [
"You have successfully undone the init operation!"
],
"status": "Completed"
},
{
"exercise_name": "stage-fright",
"started_at": 1786893419.125537,
"completed_at": 1786893421.110771,
"comments": [
"Great work! You have successfully checked in all the actors!"
],
"status": "Completed"
},
{
"exercise_name": "grocery-shopping",
"started_at": 1786893895.281993,
"completed_at": 1786893899.026721,
"comments": [
"New grocery list items added to shopping-list.txt are not committed.",
"Grocery list items removed from shopping-list.txt are not committed."
],
"status": "Incomplete"
},
{
"exercise_name": "grocery-shopping",
"started_at": 1786893979.02921,
"completed_at": 1786893981.121639,
"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": 1786894500.107728,
"completed_at": 1786894502.206057,
"comments": [],
"status": "Completed"
},
{
"exercise_name": "staging-intervention",
"started_at": 1786894710.554078,
"completed_at": 1786894712.407152,
"comments": [
"Great work! You have successfully fixed the attendance system!"
],
"status": "Completed"
},
{
"exercise_name": "remote-control",
"started_at": 1786894985.389253,
"completed_at": 1786895093.467506,
"comments": [
"That is not the right Github url!"
],
"status": "Incomplete"
},
{
"exercise_name": "remote-control",
"started_at": 1786895133.366743,
"completed_at": 1786895146.30575,
"comments": [
"Great work setting up a public remote repository!"
],
"status": "Completed"
},
{
"exercise_name": "link-me",
"started_at": 1786895672.560668,
"completed_at": 1786895674.507411,
"comments": [
"Great work with using git remote to add an upstream remote!"
],
"status": "Completed"
},
{
"exercise_name": "push-over",
"started_at": 1786896056.217396,
"completed_at": 1786896058.858778,
"comments": [
"Great work pushing changes to the remote!"
],
"status": "Completed"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1786896851.332981,
"completed_at": 1786896857.480224,
"comments": [
"Great work using .gitignore!"
],
"status": "Completed"
}
]