From d210d7eed46c11af62d58b16c0210527a676553a Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <m.vermaat.hg@lumc.nl> Date: Mon, 30 Nov 2015 12:02:13 +0100 Subject: [PATCH] Add git basics slides --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 884d20c..2b811b3 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ GitLab server and using Git for data analysis projects. | ----- | ----------------- | ----------------- | ------------------------- | | 09:00 | **Introduction** | Jeroen Laros | Welcome, GitLab overview, SSH keys | | 09:30 | *Practical* | | | -| 09:45 | **Git basics** | Wibowo Arindrarto | Basic Git command line fu | +| 09:45 | [Git basics](http://bit.ly/lumc_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 | @@ -110,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 + bash mkpres.sh ../mypresentation \ No newline at end of file -- GitLab