-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepo_remotes.json
More file actions
40 lines (40 loc) · 1.32 KB
/
repo_remotes.json
File metadata and controls
40 lines (40 loc) · 1.32 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
{
"repos": [
{
"path": "C:/Users/nedpe/LocalProgramControlCenter",
"name": "LocalProgramControlCenter",
"expected_branch": "main",
"expected_origin": "https://github.com/nedpearson/LocalProgramControlCenter.git"
},
{
"path": "C:/Users/nedpe/JobTracker",
"name": "JobTracker",
"expected_branch": "main",
"expected_origin": "https://github.com/nedpearson/JobTracker.git"
},
{
"path": "C:/Users/nedpe/New-Pearson_Nexus_AI",
"name": "New-Pearson_Nexus_AI",
"expected_branch": "main",
"expected_origin": "https://github.com/nedpearson/New-Pearson_Nexus_AI.git"
},
{
"path": "C:/Users/nedpe/Pearson_Nexus_AI_NEW",
"name": "Pearson_Nexus_AI_NEW",
"expected_branch": "main",
"expected_origin": "https://github.com/nedpearson/Pearson_Nexus_AI_NEW.git"
},
{
"path": "C:/Users/nedpe/career-scout",
"name": "career-scout",
"expected_branch": "main",
"expected_origin": "https://github.com/nedpearson/career-scout.git"
},
{
"path": "C:/Users/nedpe/DocumentPresentationResearch_Assistant",
"name": "DocumentPresentationResearch_Assistant",
"expected_branch": "main",
"expected_origin": "https://github.com/nedpearson/DocumentPresentationResearch_Assistant.git"
}
]
}