diff --git a/src/main/twirl/repo/guide.scala.html b/src/main/twirl/repo/guide.scala.html index 28d42a2..d373280 100644 --- a/src/main/twirl/repo/guide.scala.html +++ b/src/main/twirl/repo/guide.scala.html @@ -7,21 +7,37 @@ @if(!hasWritePermission){
touch README.md
git init
git add README.md
git commit -m "first commit"
- git remote add origin @repository.httpUrl
+ git remote add origin @repository.httpUrl
git push -u origin master
- git remote add origin @repository.httpUrl
+ git remote add origin @repository.httpUrl
git push -u origin master
+
}
}
}
\ No newline at end of file