From: Will Budic Date: Wed, 18 Dec 2024 06:23:47 +0000 (+1100) Subject: Added config notes dir. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=fc6bbb39a57549fefa09215d30429f87e7d3680b;p=dev_notes.git Added config notes dir. --- diff --git a/configuration_notes/git_installation_with_gitweb.md b/configuration_notes/git_installation_with_gitweb.md new file mode 100644 index 0000000..73d4d90 --- /dev/null +++ b/configuration_notes/git_installation_with_gitweb.md @@ -0,0 +1,16 @@ +# Git Installation For Developers Steps + + * Add User on server where git-deamon.service is running. + * Add the user to the git group. + * Create public ssh key for authorised access to the server. + * Create /srv/git/some_repository + * Change permisions to git group for some_rempositoru + * git clone /srv/git/some_repository with: git clone some_user@server:/srv/git/some_rerpository + * Git add, commit, push from the server if it is an initial new repository. + + +--- +This document is under work. + + +