]> lifelog.hopto.org Git - dev_notes.git/commitdiff
Added config notes dir.
authorWill Budic <redacted>
Wed, 18 Dec 2024 06:23:47 +0000 (17:23 +1100)
committerWill Budic <redacted>
Wed, 18 Dec 2024 06:23:47 +0000 (17:23 +1100)
configuration_notes/git_installation_with_gitweb.md [new file with mode: 0644]

diff --git a/configuration_notes/git_installation_with_gitweb.md b/configuration_notes/git_installation_with_gitweb.md
new file mode 100644 (file)
index 0000000..73d4d90
--- /dev/null
@@ -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.
+
+
+