Skip to content
Snippets Groups Projects
README.md 5.11 KiB
Newer Older
Martijn Vermaat's avatar
Martijn Vermaat committed
# Code and data management with Git
Laros's avatar
Laros committed

Martijn Vermaat's avatar
Martijn Vermaat committed
This is the website for the course *Code and data management with Git*. This
Vermaat's avatar
Vermaat committed
course consists of an 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.
Vermaat's avatar
Vermaat committed

Martijn Vermaat's avatar
Martijn Vermaat committed
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
Vermaat's avatar
Vermaat committed
with colleagues easy ([introduction](http://doc.gitlab.com/ce/gitlab-basics/README.html)).
Vermaat's avatar
Vermaat committed


Martijn Vermaat's avatar
Martijn Vermaat committed
## Coordinates
Mihai Lefter's avatar
Mihai Lefter committed
Details for the next session:
Mihai Lefter's avatar
Mihai Lefter committed
- Date: December 7th, 2018
- Time: 9:00 - 15:00
Mihai Lefter's avatar
Mihai Lefter committed
- Location: TBA
Vermaat's avatar
Vermaat committed
- Teachers:
Mihai Lefter's avatar
Mihai Lefter committed
  - TBA
Mihai Lefter's avatar
Mihai Lefter committed
- Registration via www.medgencentre.nl. Direct access to the [registration form](https://forms.lumc.nl/lumc2/GITcourse).
Mihai Lefter's avatar
Mihai Lefter committed

Martijn Vermaat's avatar
Martijn Vermaat committed
## Program
| Time  | Subject                                                                                | Teacher           | Contents                  |
| ----- | -----------------                                                                      | ----------------- | ------------------------- |
Mihai Lefter's avatar
Mihai Lefter committed
| 09:00 | [Introduction](https://git.lumc.nl/courses/gitcourse/wikis/files-most-recent/introduction.pdf)             | TBA      | Welcome, version control introduction |
| 09:30 | [Git basics](https://git.lumc.nl/courses/gitcourse/wikis/files-most-recent/basics.pdf) | TBA       | Basic Git command line flow |
| 10:15 | [Practical](https://git.lumc.nl/courses/gitcourse/wikis/files-most-recent/basics_handouts.pdf)             |                   |                           |
Mihai Lefter's avatar
Mihai Lefter committed
| 11:00 | [The git commit graph](https://git.lumc.nl/courses/gitcourse/wikis/files-most-recent/commit_graph.pdf)  | TBA   | Commit graph, branching, merging, and resolving merge conflicts. |
| 11:45 | [Practical](https://git.lumc.nl/courses/gitcourse/wikis/files-most-recent/commit_graph_handouts.pdf)             |                   |                           |
Mihai Lefter's avatar
Mihai Lefter committed
| 12:30 | Lunch                                                                                  |                   |                           |
Mihai Lefter's avatar
Mihai Lefter committed
| 13:30 | [Collaboration: remote repositories](https://git.lumc.nl/courses/gitcourse/wikis/files-most-recent/remotes.pdf)   | TBA   | Sharing and collaborating via remotes |
| 14:15 | [Practical](https://git.lumc.nl/courses/gitcourse/wikis/files-most-recent/remotes_handouts.pdf)            |                   |                           |
Mihai Lefter's avatar
Mihai Lefter committed
| 15:00 | Questions, closing                                                                     |                   |                           |
Vermaat's avatar
Vermaat committed

## Prerequisites

Affinity with the UNIX shell is required before taking the course. For
example, our
Mihai Lefter's avatar
Mihai Lefter committed
[Practical Linux Course](https://git.lumc.nl/courses/practical-linux-course)
Mihai Lefter's avatar
Mihai Lefter committed
is more than enough. In addition, you can find some nice
Mihai Lefter's avatar
Mihai Lefter committed
[tutorials here](http://www.ee.surrey.ac.uk/Teaching/Unix/).
Vermaat's avatar
Vermaat committed

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
Martijn Vermaat's avatar
Martijn Vermaat committed
[Linux](http://en.wikipedia.org/wiki/Linux), but Git also runs on Mac OSX.
Windows is not ideal, but here are [some suggestions](WINDOWS.md).
Vermaat's avatar
Vermaat committed

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

Vermaat's avatar
Vermaat committed
- [Code School - Try Git](https://try.github.io/) (you could even try this
Vermaat's avatar
Vermaat committed
  before the course)
Vermaat's avatar
Vermaat committed
- [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/tutorials)
Vermaat's avatar
Vermaat committed
- [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
- [Git cheat sheet](https://git.wiki.kernel.org/index.php/GitCheatSheet)
Vermaat's avatar
Vermaat committed
  (useful for printing)


## Past course dates
Vermaat's avatar
Vermaat committed

Mihai Lefter's avatar
Mihai Lefter committed
- [September 12th, 2018](https://git.lumc.nl/courses/gitcourse/wikis/session-september-12th-2018)
- [March 29th, 2018](https://git.lumc.nl/courses/gitcourse/wikis/session-march-29th-2018)
Mihai Lefter's avatar
Mihai Lefter committed
- [November 22nd, 2017](https://git.lumc.nl/courses/gitcourse/wikis/session-november-22nd-2017)
Mihai Lefter's avatar
Mihai Lefter committed
- [September 6th, 2017](https://git.lumc.nl/courses/gitcourse/wikis/session-september-6th-2017)
Martijn Vermaat's avatar
Martijn Vermaat committed
- October 14th, 2013: Git introduction course
- June 23rd, 2014: Git introduction course
Vermaat's avatar
Vermaat committed
- December 1st, 2015: Code and data management with Git
Vermaat's avatar
Vermaat committed
- April 25th, 2016: Code and data management with Git
Vermaat's avatar
Vermaat committed

Martijn Vermaat's avatar
Martijn Vermaat committed
For corresponding snapshots of this repository, see [tags](https://git.lumc.nl/humgen/gitcourse/tags).
Vermaat's avatar
Vermaat committed


Martijn Vermaat's avatar
Martijn Vermaat committed
## Using the course materials
Vermaat's avatar
Vermaat committed

Martijn Vermaat's avatar
Martijn Vermaat committed
There is one [Git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
on which this repository depends:

- **[presentation](https://git.lumc.nl/j.f.j.laros/presentation)** template for
  presentations in LaTeX.

First clone this repository, then fetch the data from the submodule:

Mihai Lefter's avatar
Mihai Lefter committed
    git clone https://git.lumc.nl/courses/gitcourse.git
Martijn Vermaat's avatar
Martijn Vermaat committed
    cd gitcourse
Vermaat's avatar
Vermaat committed
    git submodule init
    git submodule update

A new presentation can be added like this:

    cd presentation
Vermaat's avatar
Vermaat committed
    bash mkpres.sh ../mypresentation