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

Add "Merge into current branch..." to the remote branch context menu #322

Closed
firattaskin opened this issue Jun 17, 2020 · 3 comments
Closed
Assignees
Labels
feature request Feature request
Milestone

Comments

@firattaskin
Copy link

in sourceTree i can merge my master branch with any branch. But in GitGraph when i right click to any branch_name i cant see "Merge into Current Branch..." option if i didnt checkout remote branch.

@mhutchie
Copy link
Owner

mhutchie commented Jun 17, 2020

Hi @firattaskin,

In Git Graph, local branches and remote-tracking branches have separate context menus.

Currently the "Merge into Current Branch..." action is only available on the local branch context menu.

Is this feature request to add the "Merge into Current Branch..." action onto the remote branch context menu? This would allow you to merge a remote branch into the current branch without first checking it out locally. If this is the case, it should be easy for me to add it in the next release.

@firattaskin
Copy link
Author

Yes i want this. I need merge option for remote branches. Checkout can be time waste in crowded projects. Our Company loves you

@mhutchie mhutchie added this to the v1.25.0 milestone Jun 20, 2020
@mhutchie mhutchie changed the title i cant merge branch without checkout Add "Merge into current branch..." to the remote branch context menu Jun 20, 2020
mhutchie added a commit that referenced this issue Jun 20, 2020
mhutchie added a commit that referenced this issue Jun 20, 2020
@mhutchie
Copy link
Owner

This will be available in v1.25.0.

If you'd like to use it before the next release, you can download v1.25.0-beta.0, and install it following the instructions provided here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature request
Projects
None yet
Development

No branches or pull requests

2 participants