Skip to content

Commit 239cf2d

Browse files
authored
Merge pull request #1747 from solt87/patch-1
Add missing definite article.
2 parents cbee1dc + ec760b2 commit 239cf2d

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
@@ -147,7 +147,7 @@ For instance, to see where your `master` branch was yesterday, you can type:
147147
$ git show master@{yesterday}
148148
----
149149

150-
That would show you where tip of your `master` branch was yesterday.
150+
That would show you where the tip of your `master` branch was yesterday.
151151
This technique only works for data that's still in your reflog, so you can't use it to look for commits older than a few months.
152152

153153
To see reflog information formatted like the `git log` output, you can run `git log -g`:

0 commit comments

Comments
 (0)