Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to pull development, when on a branch #873

Closed
NzureAdmin opened this issue Oct 8, 2019 · 4 comments
Closed

How to pull development, when on a branch #873

NzureAdmin opened this issue Oct 8, 2019 · 4 comments
Labels
feature New feature or request

Comments

@NzureAdmin
Copy link

I work on a branch "Bugfix", of off "Develop".
"Develop" moves on, others commit to it.
My "Bugfix" branch is not behind. So I want to merge newest Develop into it.

I pull and fetch, but get no changes.
The only way to update Develop, is to switch to Develop and Pull it.
Now it's updated
I can now Switch back to "Bugfix" branch and merge develop into it.

What am I doing wrong?

@eamodio eamodio added feature New feature or request and removed question labels Oct 25, 2019
@eamodio
Copy link
Member

eamodio commented Oct 25, 2019

There isn't a way currently in GitLens to do that -- but its a great feature request

@eamodio eamodio added this to the Soonish™ milestone Oct 25, 2019
@istarkov
Copy link

The git command for branch like master is

git fetch origin master:master

still not supported?

@eamodio
Copy link
Member

eamodio commented Dec 2, 2020

Added in GitLens 11 -- there is a Pull command in the Branches view

@eamodio eamodio closed this as completed Dec 2, 2020
@eamodio eamodio removed this from the Soonish™ milestone Dec 2, 2020
@github-actions
Copy link

github-actions bot commented Jan 2, 2021

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants