From 9df9a71c53c5cb20d4e4682fd65abeaee20b2ae0 Mon Sep 17 00:00:00 2001 From: rink <rink@dtu.dk> Date: Mon, 2 Oct 2017 10:49:42 +0200 Subject: [PATCH] More detail on git installation options --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4516d23..2f9660a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,15 @@ arranging a new workshop. If you are attending the workshop, please do the following before attending: 1. If you didn't attend Workshop 1, do those prerequisites ([link](https://gitlab.windenergy.dtu.dk/python-at-risoe/scientific-python-workshops/1-intro-to-conda)). -2. If you don't have git installed, [install it](https://git-scm.com/downloads). +2. If you don't have git installed, [install it](https://git-scm.com/downloads) +with the following options: + - Default git components + - Either git bash only or git bash & Windows command prompt + - Use OpenSSH + - Open SSL + - Checkout Windows-style, commit Unix-style + - Use MinTTY + - Default extra options 3. Clone the workshop repository to your computer. - In your git terminal (possibly called "Git bash"), change to a directory where you want the new folder to be placed. E.g., -- GitLab