Skip to content

Commit 9139ee0

Browse files
author
Nils Reuße
committed
small grammar fix: it have -> it has
1 parent 3db74e2 commit 9139ee0

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
@@ -85,7 +85,7 @@ A higher probability exists that every member of your programming team will be a
8585
[[_branch_references]]
8686
==== Branch References
8787

88-
The most straightforward way to specify a commit requires that it have a branch reference pointed at it.
88+
The most straightforward way to specify a commit requires that it has a branch reference pointed at it.
8989
Then, you can use a branch name in any Git command that expects a commit object or SHA-1 value.
9090
For instance, if you want to show the last commit object on a branch, the following commands are equivalent, assuming that the `topic1` branch points to `ca82a6d`:
9191

0 commit comments

Comments
 (0)