Skip to content

Commit ef9e4d4

Browse files
committed
Merge pull request #148 from tacker66/what_does_that_mean
Fix a non-existent word
2 parents 20fce7f + 9ef6685 commit ef9e4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/C-git-commands/1-git-commands.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ We set up highly custom refspecs in order to make `git fetch` do something a lit
259259

260260
The `git pull` command is basically a combination of the `git fetch` and `git merge` commands, where Git will fetch from the remote you specify and then immediately try to merge it into the branch you're on.
261261

262-
We introduce it quicking in <<_fetching_and_pulling>> and show how to see what it will merge if you run it in <<_inspecting_remote>>.
262+
We introduce it quickly in <<_fetching_and_pulling>> and show how to see what it will merge if you run it in <<_inspecting_remote>>.
263263

264264
We also see how to use it to help with rebasing difficulties in <<_rebase_rebase>>.
265265

0 commit comments

Comments
 (0)