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
47298696
Commit
47298696
authored
9 years ago
by
Vermaat
Browse files
Options
Downloads
Patches
Plain Diff
Update README with program etc
parent
d961384b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
PREPARATIONS.md
+0
-88
0 additions, 88 deletions
PREPARATIONS.md
README.md
+77
-6
77 additions, 6 deletions
README.md
with
77 additions
and
94 deletions
PREPARATIONS.md
deleted
100644 → 0
+
0
−
88
View file @
d961384b
# Preparations for course: Code and data management with Git
-
Date: December 1st, 2015
-
Time: 9:00 - 17:00
-
Location: T-0-010
-
Teachers:
-
Martijn Vermaat (m.vermaat.hg@lumc.nl)
-
Jeroen Laros (j.f.j.laros@lumc.nl)
-
Wibowo Arindrarto (W.Arindrarto@lumc.nl)
-
Szymon Kiełbasa (S.M.Kielbasa@lumc.nl)
## Program
Very preliminary, please update, extend, or comment.
| Time | Subject | Teacher | Contents |
| ----- | ----------------- | ----------------- | ------------------------- |
| 09:00 |
**Introduction**
| Jeroen Laros | Welcome, GitLab overview |
| 09:30 |
*Practical*
| | |
| 09:45 |
**Git basics**
| Wibowo Arindrarto | Basic Git command line fu |
| 10:15 |
*Practical*
| | |
| 10:45 | Coffee | | |
| 11:00 |
**Git remotes**
| Martijn Vermaat | Collaborating via GitLab |
| 11:30 |
*Practical*
| | |
| 12:00 | Lunch | | |
| 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 |
| 15:00 |
*Practical*
| | |
| 15:30 | Leftover minutes | | TODO: assign to some lecture or practical |
| 16:00 | Questions, drinks | | |
-
Branches: not in this course
-
Git annex: not in this course
## Participants
Confirmed:
1.
Angga Fuady
2.
Tooba Tabbassidaloii
3.
Soheil Yousefi
4.
Rick de Leeuw
5.
Sake van Pelt
6.
Niels de Water
7.
Dirk Ages
8.
Arjen Langeveld
9.
Thomas Chin-A-Woeng
Confirmed (but only if seats available):
1.
Magnus Palmblad
2.
Arzu Tugce Guler
3.
Jonathan Vis
Cancelled:
1.
Johan den Dunnen
2.
Martijn Eenink
3.
Roel Zinkstok
4.
Saeed Katiraei
5.
Tarek Malas
## Course materials
We can reuse many slides from last year, see the contents of this repository.
We will provide the course materials and program via GitLab. So this GitLab
project will be the course homepage.
The old course homepage can still be found here, but will be deleted before the
course starts: https://humgenprojects.lumc.nl/trac/humgenprojects/wiki/gitcourse
# Prerequisites
Affinity with the UNIX shell is required before taking the course. For example,
our
[
scripting course
](
https://humgenprojects.lumc.nl/trac/humgenprojects/wiki/scripting
)
is more than enough, or you could go though
[
tutorials 1-3 here
](
http://www.ee.surrey.ac.uk/Teaching/Unix/
)
.
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
This diff is collapsed.
Click to expand it.
README.md
+
77
−
6
View file @
47298696
# Code and data management with Git
This is the website for the course
*Code and data management with Git*
. This
course consists of a introduction to working with the
[
Git
](
http://git-scm.com/
)
version control system for data analysis and is
aimed primarily at researchers
in the LUMC.
course consists of a
n
introduction to working with the
[
Git
](
http://git-scm.com/
)
version control system for data analysis and is
aimed primarily at researchers
in the LUMC.
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
...
...
@@ -12,11 +12,82 @@ history, etc, GitLab makes your projects more reproducible and collaboration
with colleagues easy.
## Course dates
## Coordinates
-
Date: December 1st, 2015
-
Time: 9:00 - 17:00
-
Location: T-0-010
-
Teachers:
-
Martijn Vermaat (m.vermaat.hg@lumc.nl)
-
Jeroen Laros (j.f.j.laros@lumc.nl)
-
Wibowo Arindrarto (W.Arindrarto@lumc.nl)
-
Szymon Kiełbasa (S.M.Kielbasa@lumc.nl)
## Program
This year the contents will be slightly less advanced on the technical side
(no branching, no git-annex). Instead, there is more focus on using the LUMC
GitLab server and using Git for data analysis projects.
| Time | Subject | Teacher | Contents |
| ----- | ----------------- | ----------------- | ------------------------- |
| 09:00 |
**Introduction**
| Jeroen Laros | Welcome, GitLab overview, SSH keys |
| 09:30 |
*Practical*
| | |
| 09:45 |
**Git basics**
| Wibowo Arindrarto | Basic Git command line fu |
| 10:30 |
*Practical*
| | |
| 11:00 | Coffee | | |
| 11:15 |
**Git remotes**
| Martijn Vermaat | Sharing and collaborating via GitLab |
| 11:45 |
*Practical*
| | |
| 12:00 | Lunch | | |
| 13:00 |
*Practical*
| | |
| 13:30 |
**Git conflicts**
| Martijn Vermaat | Resolving merge conflicts, protected branches |
| 14:15 |
*Practical*
| | |
| 14:45 | Break | | |
| 15:00 |
**Data analysis**
| Szymon Kiełbasa | More GitLab, Markdown, data analysis use case |
| 15:30 |
*Practical*
| | |
| 16:00 | Questions, drinks | | |
## Prerequisites
Affinity with the UNIX shell is required before taking the course. For
example, our
[
scripting course
](
https://humgenprojects.lumc.nl/trac/humgenprojects/wiki/scripting
)
is more than enough, or you could go though
[
tutorials 1-3 here
](
http://www.ee.surrey.ac.uk/Teaching/Unix/
)
.
We encourage you to bring your own laptop, but make sure it has a terminal and
[
Git
](
http://git-scm.com/
)
installed. We work with
[
Linux
](
http://en.wikipedia.org/wiki/Linux
)
, but Git also runs on Mac OSX. On
Windows, it is probably easiest to use something like
[
MobaXterm
](
http://mobaxterm.mobatek.net/
)
or
[
VirtualBox
](
https://www.virtualbox.org/
)
with
[
Ubuntu
](
http://www.ubuntu.com/
)
.
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.
## Further reading
-
(Code School - Try Git)[https://try.github.io/] (you could even try this
before the course)
-
(The entire Pro Git book)[http://git-scm.com/book] on the official (Git
website)[http://git-scm.com/]
-
(Ry's Git Tutorial)[http://rypress.com/tutorials/git/index.html]
-
(Git tutorials at Atlassian)[https://www.atlassian.com/git/tutorial]
-
(Learn Git Branching)[http://pcottle.github.io/learnGitBranching/]
-
(Git cheat sheet)[https://git.wiki.kernel.org/index.php/GitCheatSheet]
(useful for printing)
## Past course dates
-
October 14th, 2013: Git introduction course
-
June 23rd, 2014: Git introduction course
-
**
December 1st, 2015: Code and data management with Git
**
(
[
preparations
](
PREPARATIONS.md
)
)
-
December 1st, 2015: Code and data management with Git
For corresponding snapshots of this repository, see
[
tags
](
https://git.lumc.nl/humgen/gitcourse/tags
)
.
...
...
@@ -39,4 +110,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.
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