Skip to content

Commit 1dcadaa

Browse files
committed
no diff tool section here
we should bring this up later instead, it’s just confusing
1 parent bdf89d7 commit 1dcadaa

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

en/book/01-introduction/chapter1.asc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,6 @@ Now that your identity is set up, you can configure the default text editor that
237237

238238
$ git config --global core.editor emacs
239239

240-
==== Your Diff Tool
241-
242-
Another useful option you may want to configure is the default diff tool to use to resolve merge conflicts. Say you want to use vimdiff:
243-
244-
$ git config --global merge.tool vimdiff
245-
246-
Git accepts kdiff3, tkdiff, meld, xxdiff, emerge, vimdiff, gvimdiff, ecmerge, and opendiff as valid merge tools. You can also set up a custom tool; see <<_git_tools>> for more information about doing that.
247-
248240
==== Checking Your Settings
249241

250242
If you want to check your settings, you can use the `git config --list` command to list all the settings Git can find at that point:

0 commit comments

Comments
 (0)