Skip to content

Commit bdf89d7

Browse files
committed
now GUIs do this
1 parent 282b5f2 commit bdf89d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/book/01-introduction/chapter1.asc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ The first thing you should do when you install Git is to set your user name and
229229

230230
Again, you need to do this only once if you pass the `--global` option, because then Git will always use that information for anything you do on that system. If you want to override this with a different name or e-mail address for specific projects, you can run the command without the `--global` option when you’re in that project.
231231

232+
Many of the GUI tools will help you do this when you first run them as well.
233+
232234
==== Your Editor
233235

234236
Now that your identity is set up, you can configure the default text editor that will be used when Git needs you to type in a message. By default, Git uses your system’s default editor, which is generally Vi or Vim. If you want to use a different text editor, such as Emacs, you can do the following:

0 commit comments

Comments
 (0)