Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7a57959

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎doc/devel/gitwash/configure_git.rst

Copy file name to clipboardExpand all lines: doc/devel/gitwash/configure_git.rst
+3-3Lines 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 you@yourdomain.example.com
@@ -75,7 +75,7 @@ should now contain a user section with your name and email:
7575
name = Your Name
7676
email = you@yourdomain.example.com
7777
78-
Of course you'll need to replace ``Your Name`` and ``you@yourdomain.example.com``
78+
You'll need to replace ``Your Name`` and ``you@yourdomain.example.com``
7979
with your actual name and email address.
8080

8181
Aliases

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.