hostin tiedot
[koeprojekti.git] / hosting
blob9f5b58626bf7e64d224a94692c3256c01e64a70c
1 Initialized empty shared Git repository in /srv/git/koeprojekti.git/
3 Project koeprojekti successfuly set up.
5 The push URL for the project is ssh://repo.or.cz/srv/git/koeprojekti.git.
7 The read-only URL for the project is git://repo.or.cz/koeprojekti.git, http://repo.or.cz/r/koeprojekti.git.
9 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.)
11 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:
13   $ git init
14   $ git add
15   $ git commit
16   $ git remote add origin ssh://repo.or.cz/srv/git/koeprojekti.git
17   $ git push --all origin
19 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.
21 Enjoy yourself, and have a lot of fun!