-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathadd_remotes.sh
executable file
·31 lines (29 loc) · 2.11 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
#!/bin/bash
echo adding class repo as upstream
git remote add upstream https://github.com/ContextLab/storytelling-with-data.git
echo adding each students repo, by student first name
git remote add jeremy https://github.com/jeremymanning/storytelling-with-data.git
git remote add campbell https://github.com/campbellfield/storytelling-with-data.git
git remote add shinar https://github.com/shinarjain/storytelling-with-data.git
git remote add steven https://github.com/coachharney/storytelling-with-data.git
git remote add jane https://github.com/jjanelee97/storytelling-with-data.git
git remote add lillian https://github.com/lillianzhao/storytelling-with-data.git
git remote add ariana https://github.com/ArianaMoran/storytelling-with-data.git
git remote add ellie https://github.com/ebennett10/storytelling-with-data.git
git remote add cameron https://github.com/camartin95/storytelling-with-data.git
git remote add isabelle https://github.com/igleonaitis/storytelling-with-data.git
git remote add amara https://github.com/amaragordon/storytelling-with-data.git
git remote add grace https://github.com/gnthompson/storytelling-with-data.git
git remote add sonia https://github.com/soniarowley/storytelling-with-data.git
git remote add paxton https://github.com/paxtonfitzpatrick/storytelling-with-data.git
git remote add nathan https://github.com/ngreenstein/storytelling-with-data.git
git remote add jay https://github.com/jayxzhou/storytelling-with-data.git
git remote add matt https://github.com/MattRube/storytelling-with-data.git
git remote add tia https://github.com/tiayazzie/storytelling-with-data.git
git remote add abigail https://github.com/AbigailBuckley/storytelling-with-data.git
git remote add athina https://github.com/alshhi/storytelling-with-data.git
git remote add morgan https://github.com/msizemore0115/storytelling-with-data.git
git remote add abigail https://github.com/abbyzweifach/storytelling-with-data.git
git remote add richard https://github.com/rky19/storytelling-with-data.git
git remote add aly https://github.com/alyberger/storytelling-with-data.git
git remote add xinming https://github.com/xinmingxu/storytelling-with-data.git