remotes.sh 1.5 KB

12345678910111213141516171819202122232425262728293031
  1. #!/usr/bin/env bash
  2. if [ $# -gt 0 ]; then
  3. REPO="$1"
  4. shift
  5. else
  6. REPO=test
  7. fi
  8. git remote add at git@atlas-tmp:tmp/${REPO}.git
  9. git remote add as git@git.assembla.com:cirosantilli-${REPO}.git
  10. git remote add bb git@bitbucket.org:cirosantilli/${REPO}.git
  11. git remote add bs https://cirosantilli.git.beanstalkapp.com/test.git
  12. git remote add cp git@codeplane.com:cirosantilli/${REPO}.git
  13. git remote add cx https://git01.codeplex.com/cirosantillitest
  14. git remote add gc https://code.google.com/p/cirosantilli-${REPO}
  15. git remote add go git@gitorious.org:cirosantilli-${REPO}/cirosantilli-${REPO}.git
  16. #git remote add gr ssh://repo.or.cz/cirosantilli-${REPO}.git
  17. git remote add gh git@github.com:cirosantilli/${REPO}.git
  18. git remote add gl git@gitlab.com:cirosantilli/${REPO}.git
  19. # GitLab Local
  20. git remote add gll http://root:5iveL!fe@localhost:3000/gitlab-org/gitlab-${REPO}.git
  21. git remote add ja https://hub.jazz.net/git/cirosantilli/test
  22. git remote add ki ssh://cirosantilli@cirosantilli.kilnhg.com/Repositories/Group/test
  23. git remote add lp git+ssh://git.launchpad.net/cirosantilli-test-git
  24. git remote add origin git@github.com:cirosantilli/${REPO}.git
  25. git remote add pf git@www.penflip.com:cirosantilli/${REPO}.git
  26. git remote add sf ssh://cirosantilli@git.code.sf.net/p/cirosantilli-${REPO}/code
  27. # username: email
  28. git remote add vs https://cirosantilli.visualstudio.com/DefaultCollection/_git/test