Skip to content

Commit a05b9fe

Browse files
committed
Make second note pretty-formatted
1 parent f23a135 commit a05b9fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

book/02-git-basics/sections/recording-changes.asc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,11 @@ $ git commit
420420
----
421421

422422
Doing so launches your editor of choice.
423-
(This is set by your shell's `EDITOR` environment variable -- usually vim or emacs, although you can configure it with whatever you want using the `git config --global core.editor` command as you saw in <<ch01-getting-started#ch01-getting-started>>).(((editor, changing default)))(((git commands, config)))
423+
424+
[NOTE]
425+
====
426+
This is set by your shell's `EDITOR` environment variable -- usually vim or emacs, although you can configure it with whatever you want using the `git config --global core.editor` command as you saw in <<ch01-getting-started#ch01-getting-started>>).(((editor, changing default)))(((git commands, config)))
427+
====
424428

425429
The editor displays the following text (this example is a Vim screen):
426430

0 commit comments

Comments
 (0)