Skip to content

Commit 75b4644

Browse files
authored
Minor text changes to First-time Git setup
- Text referred to "either" editor when several were listed - Make the "Warning" less vague/confusing (I interpret it as being about what could happen if Git can't find an editor)
1 parent 8508a1a commit 75b4644

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

book/01-introduction/sections/first-time-setup.asc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,12 @@ $ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.e
6666
[NOTE]
6767
====
6868
Vim, Emacs and Notepad++ are popular text editors often used by developers on Unix based systems like Linux and OS X or a Windows system.
69-
If you are not familiar with either of these editors, you may need to search for specific instructions for how to set up your favorite editor with Git.
69+
If you are not familiar with these editors, you may need to search for specific instructions for how to set up your favorite editor with Git.
7070
====
7171

7272
[WARNING]
7373
====
74-
You may find, if you don't setup an editor like this, you will likely get into a really confusing state when they are launched.
75-
Such example on a Windows system may include a prematurely terminated Git operation during a Git initiated edit.
74+
You may find, if you don't setup your editor like this, you get into a really confusing state when Git attempts to launch it. An example on a Windows system may include a prematurely terminated Git operation during a Git initiated edit.
7675
====
7776

7877
==== Checking Your Settings

0 commit comments

Comments
 (0)