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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
|
{
"repos": [
{
"path": "jon/PDD/",
"remotes": {
"origin": "https://github.com/MightyThor/PDD.git"
}
},
{
"path": "jon/PDD-Specs/",
"remotes": {
"origin": "https://github.com/MightyThor/PDD-Specs.git"
}
},
{
"path": "personal/archive/blog-raw/",
"remotes": {
"origin": "https://github.com/tydavis/blog-raw.git"
}
},
{
"path": "personal/archive/dnstracker/",
"remotes": {
"origin": "https://github.com/tydavis/dnstracker.git"
}
},
{
"path": "personal/archive/gartifact/",
"remotes": {
"origin": "https://github.com/tydavis/gartifact.git"
}
},
{
"path": "personal/archive/getmds/",
"remotes": {
"origin": "https://github.com/tydavis/getmds.git"
}
},
{
"path": "personal/archive/hello-world-docker/",
"remotes": {
"origin": "https://github.com/tydavis/hello-world-docker.git"
}
},
{
"path": "personal/archive/lightningwavestories/",
"remotes": {
"origin": "https://github.com/tydavis/lightningwavestories.git"
}
},
{
"path": "personal/archive/showreadiness/",
"remotes": {
"origin": "https://github.com/tydavis/showreadiness.git"
}
},
{
"path": "personal/archive/updatedns/",
"remotes": {
"origin": "https://github.com/tydavis/updatedns.git"
}
},
{
"path": "personal/exercism-cli/",
"remotes": {
"origin": "https://github.com/tydavis/cli.git",
"upstream": "https://github.com/exercism/cli.git"
}
},
{
"path": "personal/gosrc/",
"remotes": {
"google": "https://go.googlesource.com/go",
"origin": "https://github.com/tydavis/go.git",
"upstream": "https://github.com/golang/go.git"
}
},
{
"path": "personal/gruvbox-contrib/",
"remotes": {
"origin": "https://github.com/tydavis/gruvbox-contrib.git",
"upstream": "https://github.com/gruvbox-community/gruvbox-contrib.git"
}
},
{
"path": "personal/journal/",
"remotes": {
"origin": "https://github.com/tydavis/journal.git"
}
},
{
"path": "personal/kernel_linux/",
"remotes": {
"origin": "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
}
},
{
"path": "personal/lab/",
"remotes": {
"origin": "https://github.com/zaquestion/lab.git"
}
},
{
"path": "personal/lawsofengineering/",
"remotes": {
"origin": "https://github.com/tydavis/lawsofengineering.git"
}
},
{
"path": "personal/pathuniq-rs/",
"remotes": {
"origin": "https://github.com/tydavis/pathuniq-rs.git"
}
},
{
"path": "personal/resume/",
"remotes": {
"origin": "https://github.com/tydavis/resume.git"
}
},
{
"path": "personal/terraform/",
"remotes": {
"origin": "https://github.com/tydavis/terraform.git",
"upstream": "https://github.com/hashicorp/terraform.git"
}
},
{
"path": "personal/tydavis/",
"remotes": {
"origin": "https://github.com/tydavis/tydavis.git"
}
},
{
"path": "personal/ultimate_rust_crash_course/",
"remotes": {
"origin": "https://github.com/tydavis/ultimate_rust_crash_course.git",
"upstream": "https://github.com/CleanCut/ultimate_rust_crash_course.git"
}
},
{
"path": "personal/updatedns-curl/",
"remotes": {
"origin": "https://github.com/tydavis/updatedns-curl.git"
}
},
{
"path": "personal/utilities/",
"remotes": {
"origin": "https://github.com/tydavis/utilities.git"
}
},
{
"path": "temp/awesomeProject/",
"remotes": {
"origin": "https://gitlab.nordstrom.com/Yug.Shende/awesomeProject.git"
}
},
{
"path": "temp/rustlings/",
"remotes": {
"origin": "https://github.com/rust-lang/rustlings"
}
},
{
"path": "temp/tools/",
"remotes": {
"origin": "https://github.com/golang/tools.git"
}
}
]
}
|