Skip to content

Commit 3efa92e

Browse files
committed
try just changing it
1 parent 84d3caa commit 3efa92e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ index 8ebb991..643e24f 100644
366366
that highlights your work in progress (and note in the PR title that it's
367367
----
368368

369-
[[_git_difftool]]
370369
[NOTE]
371370
.Git Diff in an External Tool
372371
====

book/C-git-commands/1-git-commands.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Finally, we use it to effectively compare submodule changes with `--submodule` i
110110

111111
The `git difftool` command simply launches an external tool to show you the difference between two trees in case you want to use something other than the built in `git diff` command.
112112

113-
We only briefly mention this in <<_git_difftool>>.
113+
We only briefly mention this in <<_git_diff_staged>>.
114114

115115
==== git commit
116116

0 commit comments

Comments
 (0)