Open
Description
Version
0.12.16
Operating System
Windows
Distribution Method
msi (Windows)
Describe the issue
I ran git revert {some-commit-id}
. The revert was correctly added to the virtual branch. However, there was another branch created.
Now I cannot work with git butler any more, because it complains
The given reference name 'refs/gitbut1er/Revert-"Remove-
comments---don't-work-on-forks"-This-reverts-commit-
a3ab7d5c36e5b6d212a5de8b87Ø6b81d7ec9362e.' is not valid;
class-Reference (4); coae=Inva1idSpec (-12)
How to reproduce
Use git revert {some comit it}
Expected behavior
The virtual branch Revert "..."
is not created at all.
Relevant log output
No response