forked from SINTEF-AppliedCompSci/MRST
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadd_remotes.sh
executable file
·16 lines (15 loc) · 928 Bytes
/
add_remotes.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
# Commands to add all remotes
# Intentionally kept simple.
# Single module repos (third party)
git remote add ad-micp ssh://[email protected]/daavid00/ad-micp.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 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