Skip to content

Commit f3a4d37

Browse files
author
Ud Yzr
committed
Fix reference to 'double-dot'
1 parent ec181fa commit f3a4d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/05-distributed-git/sections/maintaining.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ or, more concisely:
282282
$ git diff $(git merge-base contrib master)
283283
----
284284

285-
However, neither of those is particularly convenient, so Git provides another shorthand for doing the same thing: the ellipsis (double-dot) syntax.
285+
However, neither of those is particularly convenient, so Git provides another shorthand for doing the same thing: the double-dot syntax.
286286
In the context of the `git diff` command, you can put two periods after another branch to do a `diff` between the last commit of the branch you're on and its common ancestor with another branch:
287287

288288
[source,console]

0 commit comments

Comments
 (0)