Skip to content

Conversation

YueLinHo
Copy link
Contributor

No description provided.


This command shows which branch is automatically pushed to when you run `git push` while on certain branches.
It also shows you which remote branches on the server you don't yet have, which remote branches you have that have been removed from the server, and multiple branches that are automatically merged when you run `git pull`.
It also shows you which remote branches on the server you don't yet have, which remote branches you have that have been removed from the server, and multiple local branches that are able to merge automatically with its remote-tracking branch when you run `git pull`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's do:

able to merge automatically with _their_ remote-tracking branch

I think that's a bit smoother.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for correcting. ^_^

…e-tracking branch by a single git pull command at once

The merge feature of git pull only works on current branch.
@YueLinHo
Copy link
Contributor Author

Updated with amend.

@ben
Copy link
Member

ben commented Feb 24, 2016

Nice.

ben added a commit that referenced this pull request Feb 24, 2016
Fix issue #533: Not all local branches can merge with its remote-tracking branch by a single git pull command at once
@ben ben merged commit c839655 into progit:master Feb 24, 2016
@YueLinHo
Copy link
Contributor Author

Thanks. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants