Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Git course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
courses
Git course
Commits
a8853c06
Commit
a8853c06
authored
9 years ago
by
Szymon M. Kiełbasa
Browse files
Options
Downloads
Patches
Plain Diff
usecases
parent
d961384b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
PREPARATIONS.md
+2
-2
2 additions, 2 deletions
PREPARATIONS.md
README.md
+2
-2
2 additions, 2 deletions
README.md
usecases/README.md
+19
-0
19 additions, 0 deletions
usecases/README.md
with
23 additions
and
4 deletions
PREPARATIONS.md
+
2
−
2
View file @
a8853c06
...
...
@@ -27,7 +27,7 @@ Very preliminary, please update, extend, or comment.
| 13:00 |
**Git conflicts**
| Martijn Vermaat? | Merge conflicts, protected branches |
| 13:30 |
*Practical*
| | |
| 14:00 | Break | | |
| 14:30 |
**Data analysis**
| Szymon Kiełbasa |
Project template, R-Studio, GitLab
|
| 14:30 |
**Data analysis**
| Szymon Kiełbasa |
[
GitLab use cases: markdown, reproducible reports from Rstudio
](
usecases/
)
|
| 15:00 |
*Practical*
| | |
| 15:30 | Leftover minutes | | TODO: assign to some lecture or practical |
| 16:00 | Questions, drinks | | |
...
...
@@ -85,4 +85,4 @@ is more than enough, or you could go though [tutorials 1-3 here](http://www.ee.s
We encourage you to bring your own laptop, but make sure it has the necessary
software installed (see
[
Software installation
](
https://humgenprojects.lumc.nl/trac/humgenprojects/wiki/gitcourse/SoftwareInstallation
)
).
We can also provide you with a laptop that has all the required software
installed. The lessons are interactive, meaning that you really need a laptop.
\ No newline at end of file
installed. The lessons are interactive, meaning that you really need a laptop.
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
a8853c06
...
...
@@ -9,7 +9,7 @@ The Git system is widely used by software developers, but can also be used for
project management. In the LUMC we use
[
GitLab
](
https://git.lumc.nl
)
as a
collaborative environment on top of Git. By keeping track of all versions,
history, etc, GitLab makes your projects more reproducible and collaboration
with colleagues easy
.
with colleagues easy
(
[
introduction
](
http://doc.gitlab.com/ce/gitlab-basics/README.html
)
).
## Course dates
...
...
@@ -39,4 +39,4 @@ First clone this repository, then fetch the data from the submodule:
A new presentation can be added like this:
cd presentation
bash mkpres.sh ../mypresentation
\ No newline at end of file
bash mkpres.sh ../mypresentation
This diff is collapsed.
Click to expand it.
usecases/README.md
0 → 100644
+
19
−
0
View file @
a8853c06
# [gitlab](https://www.gitlab.com) and `git` use cases live demo
-
[
markdown
](
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
)
language
-
`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:
-
project skeletons
-
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
)
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment