From 961a972f4ee41b3398147bf00d93c27e671fa855 Mon Sep 17 00:00:00 2001 From: yass Date: Fri, 21 Sep 2018 11:50:12 +0200 Subject: [PATCH] Update Readme.md --- bootcamp/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootcamp/Readme.md b/bootcamp/Readme.md index 6133dda2..fa7f6eec 100644 --- a/bootcamp/Readme.md +++ b/bootcamp/Readme.md @@ -66,7 +66,7 @@ git add . # Add all the files to the repository git commit # Create a first commit ``` -When trying to commit, you will probably open `Vi`. To be able to write content, press `i`. This will enable the editing mode. You can write your commit message. Once your are done with it, save your changes and quit. To to it, just press `:x`. +When trying to commit, you will probably open `Vi`. To be able to write content, press `i`. This will enable the editing mode. You can write your commit message. Once your are done with it, save your changes and quit. To to it, first press `ESCAPE`, write `:x` and then `ENTER`. > As EPFL students, you can claim the [GitHub Student Developer Pack](https://education.github.com/pack). This pack give students free access to a few interesting developer tools. Amongst them, there is GitHub's feature for creating private repositories.