Skip to content

Commit 4cfcee6

Browse files
committed
Merge pull request #464 from qpid/master
"pointer at" to "pointer to"
2 parents 46addad + 1e9a32e commit 4cfcee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/03-git-branching/sections/nutshell.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You do this with the `git branch` command:(((git commands, branch)))
5959
$ git branch testing
6060
----
6161

62-
This creates a new pointer at the same commit you're currently on.
62+
This creates a new pointer to the same commit you're currently on.
6363

6464
.Two branches pointing into the same series of commits
6565
image::images/two-branches.png[Two branches pointing into the same series of commits.]

0 commit comments

Comments
 (0)