-
Notifications
You must be signed in to change notification settings - Fork 41
/
remotes.sh
executable file
·31 lines (29 loc) · 1.53 KB
/
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
#!/usr/bin/env bash
if [ $# -gt 0 ]; then
REPO="$1"
shift
else
REPO=test
fi
git remote add at git@atlas-tmp:tmp/${REPO}.git
git remote add as [email protected]:cirosantilli-${REPO}.git
git remote add bb [email protected]:cirosantilli/${REPO}.git
git remote add bs https://cirosantilli.git.beanstalkapp.com/test.git
git remote add cp [email protected]:cirosantilli/${REPO}.git
git remote add cx https://git01.codeplex.com/cirosantillitest
git remote add gc https://code.google.com/p/cirosantilli-${REPO}
git remote add go [email protected]:cirosantilli-${REPO}/cirosantilli-${REPO}.git
#git remote add gr ssh://repo.or.cz/cirosantilli-${REPO}.git
git remote add gh [email protected]:cirosantilli/${REPO}.git
git remote add gl [email protected]:cirosantilli/${REPO}.git
# GitLab Local
git remote add gll http://root:5iveL!fe@localhost:3000/gitlab-org/gitlab-${REPO}.git
git remote add ja https://hub.jazz.net/git/cirosantilli/test
git remote add ki ssh://[email protected]/Repositories/Group/test
git remote add lp git+ssh://git.launchpad.net/cirosantilli-test-git
git remote add nb https://notabug.org/cirosantilli/test-git-web-interface.git
git remote add origin [email protected]:cirosantilli/${REPO}.git
git remote add pf [email protected]:cirosantilli/${REPO}.git
git remote add sf ssh://[email protected]/p/cirosantilli-${REPO}/code
# username: email
git remote add vs https://cirosantilli.visualstudio.com/DefaultCollection/_git/test