-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
24 lines (24 loc) · 1.18 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "ComputerScience/homework/422/ParallelProject"]
path = ComputerScience/homework/422/ParallelProject
url = git@github.com:gizmo385/n-bodies.git
[submodule "ComputerScience/homework/422/DistributedProject"]
path = ComputerScience/homework/422/DistributedProject
url = git@github.com:gizmo385/distributed-chat.git
[submodule "ComputerScience/homework/335/FinalProject"]
path = ComputerScience/homework/335/FinalProject
url = https://github.com/gizmo385/TheFourNations.git
[submodule "ComputerScience/homework/335/WumpusProject"]
path = ComputerScience/homework/335/WumpusProject
url = https://github.com/gizmo385/HuntTheWumpus
[submodule "ComputerScience/422/DistributedProject"]
path = ComputerScience/422/DistributedProject
url = https://github.com/gizmo385/distributed-chat
[submodule "ComputerScience/422/ParallelProject"]
path = ComputerScience/422/ParallelProject
url = https://github.com/gizmo385/n-bodies
[submodule "ComputerScience/335/FinalProject"]
path = ComputerScience/335/FinalProject
url = https://github.com/gizmo385/TheFourNations
[submodule "ComputerScience/335/WumpusProject"]
path = ComputerScience/335/WumpusProject
url = https://github.com/gizmo385/HuntTheWumpus