From fc6bbb39a57549fefa09215d30429f87e7d3680b Mon Sep 17 00:00:00 2001 From: Will Budic Date: Wed, 18 Dec 2024 17:23:47 +1100 Subject: [PATCH] Added config notes dir. --- .../git_installation_with_gitweb.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 configuration_notes/git_installation_with_gitweb.md 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. + + + -- 2.34.1