Skip to content

Commit 0fd6c43

Browse files
committed
Link to SF, Google Code, Assembla and remote setup script.
1 parent 2144a93 commit 0fd6c43

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This repository is mirrored at:
55
- <https://github.com/cirosantilli/test>
66
- <https://gitlab.com/cirosantilli/test>
77
- <https://bitbucket.org/cirosantilli/test>
8+
- <https://sourceforge.net/projects/cirosantilli-test>
9+
- <https://code.google.com/p/cirosantilli-test>
10+
- <https://www.assembla.com/code/cirosantilli-test/git/nodes>
811

912
Tests that are very large will not be included here to keep this repository small:
1013

remotes.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env/sh
2+
git remote add as [email protected]:cirosantilli-test.git
3+
git remote add bb [email protected]:cirosantilli/test.git
4+
git remote add gc https://[email protected]/p/cirosantilli-test
5+
git remote add gh [email protected]:cirosantilli/test.git
6+
git remote add gl [email protected]:cirosantilli/test.git
7+
git remote add origin [email protected]:cirosantilli/test.git
8+
git remote add sf ssh://[email protected]/p/cirosantilli-test/code

0 commit comments

Comments
 (0)