Skip to content

Commit 6edcbb6

Browse files
authored
Merge pull request #474 from alisonjo315/patch-1
remove trailing space from link in quotes
2 parents fe95555 + 3d26880 commit 6edcbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/github/collaborating-with-issues-and-pull-requests/about-comparing-branches-in-pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ A two-dot diff compares two Git committish references, such as SHAs or OIDs (Obj
5454

5555
If you want to simulate a two-dot diff in a pull request and see a comparison between the most recent versions of each branch, you can merge the base branch into your topic branch, which updates the last common ancestor between your branches.
5656

57-
For more information about Git commands to compare changes, see "[Git diff options ](https://git-scm.com/docs/git-diff#git-diff-emgitdiffemltoptionsgtltcommitgtltcommitgt--ltpathgt82308203)" from the _Pro Git_ book site.
57+
For more information about Git commands to compare changes, see "[Git diff options](https://git-scm.com/docs/git-diff#git-diff-emgitdiffemltoptionsgtltcommitgtltcommitgt--ltpathgt82308203)" from the _Pro Git_ book site.
5858

5959
### Reasons diffs will not display
6060
- You've exceeded the total limit of files or certain file types. For more information, see "[Limits for viewing content and diffs in a repository](/articles/limits-for-viewing-content-and-diffs-in-a-repository/#diff-limits)."

0 commit comments

Comments
 (0)