Closed prabirshrestha closed 4 years ago
It's possible but I think you don't need action.
Add the following to use --group
option on :Gina branch
call gina#custom#command#option(
\ 'branch', '--group', 'gina-branch',
\)
Then try
:Gina branch --opener=split
:Gina branch --opener=split -a
Is it possible to add
branch:all
action that does:Gina branch --all
. Most of the time I start with:Gina branch
. I then realize that my remote branch doesn't have a local branch yet. So I need to quit and start:Gina branch -a
again.I would want this to be supported.