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
When creating a virtual branch from a local tracking branch that has no GitButler change-ids, it creates new local commits for each commit in the local tracking branch, and fails to see that the same patch exists in the remote branch already.
Version
0.12.21
Operating System
Mac OS X
Distribution Method
dmg (Apple Silicon)
Describe the issue
When creating a virtual branch from a local tracking branch that has no GitButler change-ids, it creates new local commits for each commit in the local tracking branch, and fails to see that the same patch exists in the remote branch already.
How to reproduce
In the GitLab repository: https://gitlab.com/gitlab-org/gitlab, do as shown in the video.
Screen.Recording.2024-08-29.at.19.07.40.mov
It should work with any branch.
Expected behavior
It should probably look like this:
Relevant log output
No response