From c82e7c6372d77599b8e85c336ffd9fe1e569e1d9 Mon Sep 17 00:00:00 2001 From: Fazle Arefin <1625934+FazleArefin@users.noreply.github.com> Date: Thu, 8 Jan 2026 14:11:52 +1100 Subject: [PATCH] diff, delta: add see also section (#20586) --- pages/common/delta.md | 1 + pages/common/diff.md | 1 + 2 files changed, 2 insertions(+) diff --git a/pages/common/delta.md b/pages/common/delta.md index 2f8c9d0bfb..af27d7da4f 100644 --- a/pages/common/delta.md +++ b/pages/common/delta.md @@ -1,6 +1,7 @@ # delta > A viewer for Git and diff output. +> See also: `diff`, `difft`. > More information: . - Compare files or directories: diff --git a/pages/common/diff.md b/pages/common/diff.md index fc7cb7231f..68dab843ba 100644 --- a/pages/common/diff.md +++ b/pages/common/diff.md @@ -1,6 +1,7 @@ # diff > Compare files and directories. +> See also: `delta`, `difft`. > More information: . - Compare files (lists changes to turn `old_file` into `new_file`):