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

Remote checkout doesn't supported hierarchical branches #921

Closed
pypeaday opened this issue Sep 29, 2021 · 1 comment · Fixed by #931
Closed

Remote checkout doesn't supported hierarchical branches #921

pypeaday opened this issue Sep 29, 2021 · 1 comment · Fixed by #931
Labels
bug Something isn't working
Milestone

Comments

@pypeaday
Copy link

pypeaday commented Sep 29, 2021

Describe the bug
When checking out from remote, say a branch called feature/my-feature the local branch is called my-feature which messes up the tracking with the remote branch.

To Reproduce
Steps to reproduce the behavior:

  1. Make branch called feature/my-feature in any project
  2. Push branch to remote
  3. Delete branch locally
  4. Checkout branch from gitui remote branches viewer

Expected behavior
I expect the local branch that gets checked out to match the name of the remote branch

Screenshots
image

branch feature/my-feature deleted with gitui

image
local branches

image
remote

Now checkout from gitui
image

Context (please complete the following information):

  • Linux/Ubuntu 18.04, Kernel 5.4
  • GitUI Version: 0.17.0
  • Rust version:?
@extrawurst
Copy link
Owner

oh good catch 👍

@extrawurst extrawurst added the bug Something isn't working label Sep 29, 2021
@extrawurst extrawurst added this to the v0.18 milestone Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants