Skip to content

Commit a4623eb

Browse files
committed
Merge pull request #334 from madkite/master
Prefer open-source tools over proprietary software in examples
2 parents bd14f01 + c861482 commit a4623eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/recording-changes.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ index 8ebb991..643e24f 100644
380380
====
381381
We will continue to use the `git diff` command in various ways throughout the rest of the book.
382382
There is another way to look at these diffs if you prefer a graphical or external diff viewing program instead.
383-
If you run `git difftool` instead of `git diff`, you can view any of these diffs in software like Araxis, emerge, vimdiff and more.
383+
If you run `git difftool` instead of `git diff`, you can view any of these diffs in software like emerge, vimdiff and many more (including commercial products).
384384
Run `git difftool --tool-help` to see what is available on your system.
385385
====
386386

0 commit comments

Comments
 (0)