Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yibnl committed Sep 21, 2018
1 parent fb972b8 commit 961a972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootcamp/Readme.md
Expand Up @@ -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.
Expand Down

0 comments on commit 961a972

Please sign in to comment.