From ebf63ef091b54a6f1e63ded25802431622471791 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 9 Oct 2020 13:38:50 +0200 Subject: [PATCH] Add git intro --- pages/Git.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages/Git.md b/pages/Git.md index 4415db8..dbbf741 100644 --- a/pages/Git.md +++ b/pages/Git.md @@ -5,3 +5,13 @@ Title: * integration to github * Documentation on Git & automatic software docs --- + +KM3NeT uses GitLab as the main platform to develop and discuss software, +analysis tools, papers and other private or collaborative creations. GitLab +offers professional and advanced features to keep track of development history +and allows a rich feature set to exchange thoughts and ideas around them. The +continuous integration (CI) that is part of the GitLab distribution proves to be +a powerful automation tool and is utilised to generate consistently up-to-date +test reports, documentation and software releases in a transparent way. + +- docker -- GitLab