From d87d9af9e927bc7a65e6347af6b25bde827fe6ab Mon Sep 17 00:00:00 2001 From: Eden <25503691+GalaxyAllie@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:33:27 +0100 Subject: [PATCH] Remove by default in two-dot vs three-dot description (#51737) Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com> --- .../about-comparing-branches-in-pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests.md b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests.md index 699c21b60bd5..233042fdf956 100644 --- a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests.md +++ b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests.md @@ -54,7 +54,7 @@ To simplify reviewing changes in a large pull request, you can filter the diff t ## Three-dot and two-dot Git diff comparisons -There are two comparison methods for the `git diff` command; two-dot (`git diff A..B`) and three-dot (`git diff A...B`). By default, pull requests on {% data variables.product.prodname_dotcom %} show a three-dot diff. +There are two comparison methods for the `git diff` command; two-dot (`git diff A..B`) and three-dot (`git diff A...B`). Pull requests on {% data variables.product.prodname_dotcom %} show a three-dot diff. ### Three-dot Git diff comparison