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
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:
Make branch called feature/my-feature in any project
Push branch to remote
Delete branch locally
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
branch feature/my-feature deleted with gitui
local branches
remote
Now checkout from gitui
Context (please complete the following information):
Linux/Ubuntu 18.04, Kernel 5.4
GitUI Version: 0.17.0
Rust version:?
The text was updated successfully, but these errors were encountered:
Describe the bug
When checking out from remote, say a branch called
feature/my-feature
the local branch is calledmy-feature
which messes up the tracking with the remote branch.To Reproduce
Steps to reproduce the behavior:
feature/my-feature
in any projectExpected behavior
I expect the local branch that gets checked out to match the name of the remote branch
Screenshots
branch
feature/my-feature
deleted with gituilocal branches
remote
Now checkout from gitui
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: