Skip to content

Commit 819e943

Browse files
Added instructions for creating a new repo
1 parent 1df8852 commit 819e943

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,14 @@ Quick-start project for Scala Coding Dojos.
22

33
- Eclipse SBT support plugin already configured.
44
- 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

Comments
 (0)