You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/devel/gitwash/configure_git.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ Here is an example ``.gitconfig`` file:
36
36
[merge]
37
37
summary = true
38
38
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``
0 commit comments