Skip to content

Commit c021d79

Browse files
committed
differences for PR #159
1 parent d2808d4 commit c021d79

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

02-getting-started.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,10 @@ Vi and Vim are popular editors for users of the BASH shell. If you will be using
9595
::::::::::::::::::::::::::::::::::::::::::::::::::
9696

9797
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/)).
98-
However, the simplest `core.editor` values are `"notepad"` on Windows, `"nano -w"` on Mac, and `"nano -w"` on Linux.
98+
However, the simplest `core.editor` value is `"nano -w"` on Mac, Windows, and Linux.
9999

100100
For example:
101101

102-
```bash
103-
$ git config --global core.editor "notepad"
104-
```
105-
106102
```bash
107103
$ git config --global core.editor "nano -w"
108104
```

md5sum.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"contribute.md" "6f688a330994cf2ec8aab8076927dc05" "site/built/contribute.md" "2023-04-21"
66
"index.md" "773cf78e1289f5ca1461848f3c59dfdb" "site/built/index.md" "2023-04-21"
77
"episodes/01-what-is-git.md" "9b8eb4224703f7c67eb0bc969f2b6331" "site/built/01-what-is-git.md" "2023-10-17"
8-
"episodes/02-getting-started.md" "c07bff9a400d05f46c3608b2c86ca517" "site/built/02-getting-started.md" "2023-04-21"
8+
"episodes/02-getting-started.md" "9172e07296d1faf9f41b1fa4aff463ba" "site/built/02-getting-started.md" "2023-11-13"
99
"episodes/03-sharing.md" "fa93ae93bdde6c549f0a27449c537177" "site/built/03-sharing.md" "2023-04-21"
1010
"episodes/04-review.md" "9e589dcefa2ff8f2d9ce79e2f5eda5df" "site/built/04-review.md" "2023-04-21"
1111
"episodes/05-github-pages.md" "3557acd2d88322190d2a31282733cc05" "site/built/05-github-pages.md" "2023-04-21"

0 commit comments

Comments
 (0)