-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
book\02-git-basics\sections\remotes.asc line 117
If you have a branch set up to track a remote branch
(see the next section and <<_git_branching>> for more information),
you can use the `git pull` command to automatically fetch
and then merge a remote branch into your current branch.(((git commands, pull)))
Should be?
If your current branch is set up to track a remote branch
(see the next section and <<_git_branching>> for more information),
you can use the `git pull` command to automatically fetch
and then merge that remote branch into your current branch.(((git commands, pull)))
If you have a branch set up
changes to
If your current branch is set up
and then merge a remote branch
to
and then merge that remote branch
Metadata
Metadata
Assignees
Labels
No labels