Skip to content

Commit e3ad20f

Browse files
author
Kaartic Sivaraam
committed
Fixed self reference in a sentence
1 parent 17e9c64 commit e3ad20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/revision-selection.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ image::images/double-dot.png[Example history for range selection.]
276276

277277
You want to see what is in your experiment branch that hasn’t yet been merged into your master branch.
278278
You can ask Git to show you a log of just those commits with `master..experiment` – that means ``all commits reachable by experiment that aren’t reachable by master.''
279-
For the sake of brevity and clarity in these examples, I’ll use the letters of the commit objects from the diagram in place of the actual log output in the order that they would display:
279+
For the sake of brevity and clarity in these examples, the letters of the commit objects from the diagram are used in place of the actual log output in the order that they would display:
280280

281281
[source,console]
282282
----

0 commit comments

Comments
 (0)