forked from SINTEF-AppliedCompSci/MRST
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadd_remotes.sh
executable file
·37 lines (34 loc) · 2.14 KB
/
add_remotes.sh
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
#!/bin/bash
# Commands to add all remotes
# Intentionally kept simple.
# Multi-module repos and core
git remote add core ssh://[email protected]/mrst/mrst-core.git
git remote add autodiff ssh://[email protected]/mrst/mrst-autodiff.git
git remote add model-io ssh://[email protected]/mrst/mrst-model-io.git
git remote add multiscale ssh://[email protected]/mrst/mrst-multiscale.git
git remote add visualization ssh://[email protected]/mrst/mrst-visualization.git
git remote add solvers ssh://[email protected]/mrst/mrst-solvers.git
# Single module repos
git remote add co2lab ssh://[email protected]/mrst/mrst-co2lab.git
git remote add book ssh://[email protected]/mrst/mrst-book.git
git remote add dg ssh://[email protected]/mrst/mrst-dg.git
git remote add nfvm ssh://[email protected]/mrst/nfvm.git
git remote add mpsaw ssh://[email protected]/mrst/mpsaw.git
git remote add ensemble ssh://[email protected]/mrst/mrst-ensemble.git
git remote add network-models ssh://[email protected]/mrst/network-models.git
git remote add geothermal ssh://[email protected]/mrst/geothermal.git
git remote add static-modeling ssh://[email protected]/mrst/static-modeling.git
# Single module repos (third party)
git remote add ad-micp ssh://[email protected]/daavid00/ad-micp.git
git remote add domain-decomposition ssh://[email protected]/mrst/mrst-domain-decomposition.git
git remote add dual-continuum-mech ssh://[email protected]/mashworth92/dual-continuum-mech.git
git remote add dual-porosity ssh://[email protected]/rafael_march_carbonates_hw/mrst-dual-porosity.git
git remote add dual-porosity-permeability ssh://[email protected]/nikolai-andrianov/DPDP-MRST.git
git remote add fv-unsat ssh://[email protected]/jhabriel/fv-unsat.git
git remote add fvbiot ssh://[email protected]/pmgbergen/fvbiot.git
git remote add geochemistry ssh://[email protected]/mrst/matlab-geochemistry.git
git remote add hwu-fractures ssh://[email protected]/HWUCarbonates/mrst-hwu-fractures.git
git remote add nwm ssh://[email protected]/LinZhao9/nwm.git
git remote add re-mpfa ssh://[email protected]/jhabriel/RE-MPFA.git
git remote add shale ssh://[email protected]/UnconvRS/shale.git
git remote add upr ssh://[email protected]/rbe051/UPR.git