Describe the bug
I have two git aliases set in my gitconfg:
[alias]
co = checkout
sw = switch
When I type bit co and hit enter, I am able to select my branch.
When I type bit checkout and hit enter, I am able to select my branch.
When I type bit switch and hit enter, I am able to select my branch.
When I type bit sw and hit enter, I get fatal: missing branch or commit argument
To Reproduce
Steps to reproduce the behavior:
Add the alias sw = switch to your gitconfig
Type bit sw
Expected behavior
I expect a "dropdown" list of some branches that I can navigate with the up and down arrow keys, or match by typing, in the same way as when I type bit checkout or bit switch.
Desktop (please complete the following information):
Describe the bug I have two git aliases set in my
gitconfg
:When I type
bit co
and hit enter, I am able to select my branch. When I typebit checkout
and hit enter, I am able to select my branch. When I typebit switch
and hit enter, I am able to select my branch.When I type
bit sw
and hit enter, I getfatal: missing branch or commit argument
To Reproduce Steps to reproduce the behavior:
sw = switch
to yourgitconfig
bit sw
Expected behavior I expect a "dropdown" list of some branches that I can navigate with the up and down arrow keys, or match by typing, in the same way as when I type
bit checkout
orbit switch
.Desktop (please complete the following information):