Skip to content

Commit

Permalink
differences for PR #159
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 13, 2023
1 parent d2808d4 commit c021d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions 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
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c021d79

Please sign in to comment.