You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce the issue on different repositories on Fork macOS 2.49.1.
For the following scenario:
In current example, my current branch is local feature-1 with some unpushed changes to the remote branch.
if I double tap to the remote/feature-1 to switch/checkout the branch it doesn't work.
if I switch my current branch to another branch(main) the double tap to the branch works as expected.
a workaround, I can call a context menu on remote/feature-1 and select Checkout that also works.
I assume the current double-tap action checks if this is the same branch or not, but not commit(sha) that's maybe why
The text was updated successfully, but these errors were encountered:
akuzminskyi
changed the title
Double tap on commit/branch is not checkout/switch a branch
Double-tapping on a commit/branch does not checkout/switch the branch
Jan 30, 2025
I can reproduce the issue on different repositories on Fork macOS 2.49.1.
For the following scenario:

In current example, my current branch is local
feature-1
with some unpushed changes to the remote branch.if I double tap to the
remote/feature-1
to switch/checkout the branch it doesn't work.if I switch my current branch to another branch(
main
) the double tap to the branch works as expected.a workaround, I can call a context menu on
remote/feature-1
and selectCheckout
that also works.I assume the current double-tap action checks if this is the same branch or not, but not commit(sha) that's maybe why
The text was updated successfully, but these errors were encountered: