Skip to content

Commit

Permalink
Merge pull request #159 from jas58/patch-1
Browse files Browse the repository at this point in the history
Remove Notepad for Windows
  • Loading branch information
emcaulay authored Nov 15, 2023
2 parents ff7e769 + fef8ba5 commit 49e6a07
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions episodes/02-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,10 @@ Vi and Vim are popular editors for users of the BASH shell. If you will be using
::::::::::::::::::::::::::::::::::::::::::::::::::

Any text editor can be made default by adding the correct file path and command line options (see [GitHub help](https://help.github.com/articles/associating-text-editors-with-git/)).
However, the simplest `core.editor` values are `"notepad"` on Windows, `"nano -w"` on Mac, and `"nano -w"` on Linux.
However, the simplest `core.editor` value is `"nano -w"` on Mac, Windows, and Linux.

For example:

```bash
$ git config --global core.editor "notepad"
```

```bash
$ git config --global core.editor "nano -w"
```
Expand Down

0 comments on commit 49e6a07

Please sign in to comment.