Skip to content

Commit 7a57959

Browse files
authored
Merge pull request matplotlib#14752 from RebeccaWPerry/fix-docs-gitconfig
Doc changes to git setup
2 parents d07e36d + a3552b5 commit 7a57959

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/devel/gitwash/configure_git.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Here is an example ``.gitconfig`` file:
3636
[merge]
3737
summary = true
3838
39-
You can edit this file directly or you can use the ``git config --global``
40-
command::
39+
You can check what is already in your config file using the ``git config --list`` command. You can edit the ``.gitconfig`` file directly or you can use the ``git config --global``
40+
command.::
4141

4242
git config --global user.name "Your Name"
4343
git config --global user.email [email protected]
@@ -75,7 +75,7 @@ should now contain a user section with your name and email:
7575
name = Your Name
7676
7777
78-
Of course you'll need to replace ``Your Name`` and ``[email protected]``
78+
You'll need to replace ``Your Name`` and ``[email protected]``
7979
with your actual name and email address.
8080

8181
Aliases

0 commit comments

Comments
 (0)