Skip to content

Add option to fetch others/remote branches from the branch dropdown context menu#176

Open
anaseeem wants to merge 3 commits into
pol-rivero:mainfrom
anaseeem:feature/pull-remote-branch
Open

Add option to fetch others/remote branches from the branch dropdown context menu#176
anaseeem wants to merge 3 commits into
pol-rivero:mainfrom
anaseeem:feature/pull-remote-branch

Conversation

@anaseeem
Copy link
Copy Markdown

@anaseeem anaseeem commented Jun 4, 2026

Closes #173

Description

This adds a Pull branch option to the right click context menu for remote
branches in the branch dropdown. Selecting it fetches the specific branch
from the remote, updating its tracking reference without switching branches.

Screenshots

Screenshot From 2026-06-04 22-57-56

Release notes

Notes:

anaseeem added 3 commits June 4, 2026 20:45
Add Pull branch option to the right click context menu for remote branches in the branch dropdown. This allows pulling a remote branch directly without switching to it first.
Add the actual git fetch implementation for the 'Pull branch' context menu option on remote branches. This fetches the specific branch from the remote and refreshes the repository state.

This is a basic prototype - will be refined in follow-up commits.

Refs pol-rivero#173
@anaseeem anaseeem marked this pull request as draft June 4, 2026 22:13
@anaseeem anaseeem marked this pull request as ready for review June 4, 2026 22:17
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.

"Pull"/"Fetch" in branch view

1 participant