Skip to content

git pull is for current branch #531

@YueLinHo

Description

@YueLinHo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions