From bd088f40bafcbbb0d7583d0c97e173799c69f9d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Szymon=20M=2E=20Kie=C5=82basa?= <s.m.kielbasa@lumc.nl>
Date: Mon, 25 Apr 2016 09:45:15 +0200
Subject: [PATCH] use cases programm improvements

---
 usecases/README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/usecases/README.md b/usecases/README.md
index 78d3ab5..ccca67d 100644
--- a/usecases/README.md
+++ b/usecases/README.md
@@ -1,14 +1,16 @@
 # GitLab use cases for data analysis projects
 
-- creating new project in [GitLab](https://www.gitlab.com):
-  - project namespace
-  - group and individual access levels
+- [LUMC](http://git.lumc.nl) git server (based on [GitLab](https://www.gitlab.com)) concepts:
+  - projects (equivalent to separate git repositories; private or public)
+  - members (users who have access to the projects; full, read-only, comment, etc)
+  - groups (groups of users; share access rights and namespaces)
+  - demo how to create a new project (note shell commands to connect to the repository)
 - `README.md` file:
   - editing in the browser
   - [markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) language
   - commiting changes
-  - checking commit log and graph
   - checking changes
+  - checking commit log and graph [[real example](https://git.lumc.nl/biopet/biopet/network/develop)]
   - project skeletons
 - _use case:_ writing minutes of a meeting
 - _use case:_ bioinformatics analysis:
-- 
GitLab