From 3870012576ffbaf0e3498fb533026e87855f52a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20M=2E=20Kie=C5=82basa?= <s.m.kielbasa@lumc.nl> Date: Mon, 30 Nov 2015 13:12:47 +0100 Subject: [PATCH] usecases updated --- usecases/README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/usecases/README.md b/usecases/README.md index 910c297..3f04454 100644 --- a/usecases/README.md +++ b/usecases/README.md @@ -1,19 +1,20 @@ -# [gitlab](https://www.gitlab.com) and `git` use cases live demo +# GitLab use cases for data analysis projects -- [markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) language -- `README.md` file +- creating new project in [GitLab](https://www.gitlab.com): + - project namespace + - group and individual access levels +- `README.md` file: - editing in the browser -- use case: meeting minutes -- project location and access permisions: - - access levels - - groups and individuals -- use case: bioinformatics analysis: + - [markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) language + - commiting changes + - checking commit log and graph + - checking changes - project skeletons +- _use case:_ writing minutes of a meeting +- _use case:_ bioinformatics analysis: - integration with [Rstudio](https://www.rstudio.com/): - example report in R/[Rmarkdown](http://rmarkdown.rstudio.com/) - interaction with collaborators: - delivering reports through [gitlab](https://www.gitlab.com) - - checking updates (commit logs and graphs) - [tagging](https://git-scm.com/book/en/v2/Git-Basics-Tagging) repository states - - requesting changes ([issues](http://doc.gitlab.com/ce/gitlab-basics/create-issue.html)) - + - requesting changes ([issues](http://doc.gitlab.com/ce/gitlab-basics/create-issue.html)) \ No newline at end of file -- GitLab