Skip to content

Commit

Permalink
Remove by default in two-dot vs three-dot description (#51737)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarita Iyer <[email protected]>
  • Loading branch information
galaxyeden and saritai authored Jul 25, 2024
1 parent ff12db2 commit d87d9af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d87d9af

Please sign in to comment.