forked from jlord/git-it-electron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
empty-data.json
68 lines (68 loc) · 1.84 KB
/
empty-data.json
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
{
"get_git": {
"completed": false,
"current_challenge": false,
"next_challenge": "repository",
"previous_challenge": "merge_tada"
},
"repository": {
"completed": false,
"current_challenge": false,
"next_challenge": "commit_to_it",
"previous_challenge": "get_git"
},
"commit_to_it": {
"completed": false,
"current_challenge": false,
"next_challenge": "githubbin",
"previous_challenge": "repository"
},
"githubbin": {
"completed": false,
"current_challenge": false,
"next_challenge": "remote_control",
"previous_challenge": "commit_to_it"
},
"remote_control": {
"completed": false,
"current_challenge": false,
"next_challenge": "forks_and_clones",
"previous_challenge": "githubbin"
},
"forks_and_clones": {
"completed": false,
"current_challenge": false,
"next_challenge": "branches_arent_just_for_birds",
"previous_challenge": "remote_control"
},
"branches_arent_just_for_birds": {
"completed": false,
"current_challenge": false,
"next_challenge": "its_a_small_world",
"previous_challenge": "forks_and_clones"
},
"its_a_small_world": {
"completed": false,
"current_challenge": false,
"next_challenge": "pull_never_out_of_date",
"previous_challenge": "branches_arent_just_for_birds"
},
"pull_never_out_of_date": {
"completed": false,
"current_challenge": false,
"next_challenge": "requesting_you_pull_please",
"previous_challenge": "its_a_small_world"
},
"requesting_you_pull_please": {
"completed": false,
"current_challenge": false,
"next_challenge": "merge_tada",
"previous_challenge": "pull_never_out_of_date"
},
"merge_tada": {
"completed": false,
"current_challenge": false,
"next_challenge": "get_git",
"previous_challenge": "requesting_you_pull_please"
}
}