repos.sh 457 B

123456789
  1. #!/bin/bash
  2. git remote add github git@github.com:wiliamsouza/hystrix-py.git
  3. git remote add bitbucket git@bitbucket.org:wiliamsouza/hystrix-py.git
  4. git remote add gitlab git@gitlab.com:wiliamsouza/hystrix-py.git
  5. git remote set-url --push --add origin git@bitbucket.org:wiliamsouza/hystrix-py.git
  6. git remote set-url --push --add origin git@gitlab.com:wiliamsouza/hystrix-py.git
  7. git remote set-url --push --add origin git@github.com:wiliamsouza/hystrix-py.git