From 55b22aadc4f80b726da97728aa9d1dc0116a959f Mon Sep 17 00:00:00 2001 From: Matti Luukkainen Date: Wed, 18 May 2011 21:17:48 +0300 Subject: [PATCH] hostin tiedot --- bar.java | 1 + hosting | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 bar.java create mode 100644 hosting diff --git a/bar.java b/bar.java new file mode 100644 index 0000000..ba2906d --- /dev/null +++ b/bar.java @@ -0,0 +1 @@ +main diff --git a/hosting b/hosting new file mode 100644 index 0000000..9f5b586 --- /dev/null +++ b/hosting @@ -0,0 +1,21 @@ +Initialized empty shared Git repository in /srv/git/koeprojekti.git/ + +Project koeprojekti successfuly set up. + +The push URL for the project is ssh://repo.or.cz/srv/git/koeprojekti.git. + +The read-only URL for the project is git://repo.or.cz/koeprojekti.git, http://repo.or.cz/r/koeprojekti.git. + +You can assign users now - don't forget to assign yourself as a user as well if you want to push! Everyone who wants to push must register himself as a user first. (One user can have push access to multiple projects and multiple users can have push access to one project.) + +Note that you cannot clone an empty repository since it contains no branches; you need to make the first push from an existing repository. To import a new project, the procedure is roughly as follows: + + $ git init + $ git add + $ git commit + $ git remote add origin ssh://repo.or.cz/srv/git/koeprojekti.git + $ git push --all origin + +You may experience permission problems if you try to push right now. If so, that should get fixed automagically in few minutes, please be patient. + +Enjoy yourself, and have a lot of fun! -- 2.11.4.GIT