diff --git a/02-getting-started.md b/02-getting-started.md index ac5ebbd1..1fad374b 100644 --- a/02-getting-started.md +++ b/02-getting-started.md @@ -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" ``` diff --git a/md5sum.txt b/md5sum.txt index ad281e05..adb973d3 100644 --- a/md5sum.txt +++ b/md5sum.txt @@ -5,7 +5,7 @@ "contribute.md" "6f688a330994cf2ec8aab8076927dc05" "site/built/contribute.md" "2023-04-21" "index.md" "773cf78e1289f5ca1461848f3c59dfdb" "site/built/index.md" "2023-04-21" "episodes/01-what-is-git.md" "9b8eb4224703f7c67eb0bc969f2b6331" "site/built/01-what-is-git.md" "2023-10-17" -"episodes/02-getting-started.md" "c07bff9a400d05f46c3608b2c86ca517" "site/built/02-getting-started.md" "2023-04-21" +"episodes/02-getting-started.md" "9172e07296d1faf9f41b1fa4aff463ba" "site/built/02-getting-started.md" "2023-11-13" "episodes/03-sharing.md" "fa93ae93bdde6c549f0a27449c537177" "site/built/03-sharing.md" "2023-04-21" "episodes/04-review.md" "9e589dcefa2ff8f2d9ce79e2f5eda5df" "site/built/04-review.md" "2023-04-21" "episodes/05-github-pages.md" "3557acd2d88322190d2a31282733cc05" "site/built/05-github-pages.md" "2023-04-21"