You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/C-git-commands/1-git-commands.asc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,7 @@ We set up highly custom refspecs in order to make `git fetch` do something a lit
259
259
260
260
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.
261
261
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>>.
263
263
264
264
We also see how to use it to help with rebasing difficulties in <<_rebase_rebase>>.
0 commit comments