Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit 23bf4b4

Browse files
committed
Mirroring script.
1 parent 10b7023 commit 23bf4b4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bin/mirror-git.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cd /tmp
2+
git clone --bare ssh://spericas@git.java.net/mvc-spec~git
3+
cd mvc-spec~git.git
4+
git push --mirror https://github.com/spericas/mvc-spec.git
5+
cd ..
6+
rm -rf mvc-spec~git.git
7+

0 commit comments

Comments
 (0)