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

slide-out checks out the parent of the topmost slid-out branch, even if the current branch hasn't been slid out #849

Open
PawelLipski opened this issue Mar 8, 2023 · 0 comments
Labels
usability Relates to user experience, clarity, learning curve, reducing confusion etc.

Comments

@PawelLipski
Copy link
Collaborator

The behavior of checking out the parent (i.e. a non-slid-out branch) makes sense when the current branch has been slid-out... but is confusing/surprising otherwise.

Easiest to repro:

master
  foo
  bar

Check out foo, then git machete slide-out bar.
Expected: foo is still checked out
Actual: master is checked out

@PawelLipski PawelLipski added the usability Relates to user experience, clarity, learning curve, reducing confusion etc. label Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability Relates to user experience, clarity, learning curve, reducing confusion etc.
Projects
None yet
Development

No branches or pull requests

1 participant