-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathadd_remotes.sh
More file actions
executable file
·31 lines (29 loc) · 2.11 KB
/
add_remotes.sh
File metadata and controls
executable file
·31 lines (29 loc) · 2.11 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
#!/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