--- /dev/null
+# 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.
+
+
+