There was an error while loading. Please reload this page.
1 parent 1df8852 commit 819e943Copy full SHA for 819e943
README
@@ -2,3 +2,14 @@ Quick-start project for Scala Coding Dojos.
2
3
- Eclipse SBT support plugin already configured.
4
- Uses Scala 2.10 -> you will need an IDE that supports it!
5
+
6
+To create a new repo for a dojo:
7
+- create a repo for the dojo code on https://github.com/scala-vienna say I call it https://github.com/scala-vienna/dojo-YYYY-MM
8
+- git clone git@github.com:scala-vienna/dojo-YYYY-MM.git
9
+- cd dojo-YYYY-MM
10
+- git remote add quickstart git@github.com:scala-vienna/dojo-quickstart.git
11
+- git pull quickstart master
12
+- git push -u origin master
13
+- git remote rm quickstart
14
15
+More info available at http://scala-vienna.org/admin
0 commit comments