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
I'm very new to fzf-tab and I'm sure my setup is all kinds of broken, but I'm learning.
My current question is this. When I do git checkout <tab> I get a list of all the branches it looks like that I could checkout. Cool. But when I do git checkout -b <tab> (accidentally because I'm an idiot), I get the same list. When I do git checkout -b I usually want to make a new branch, so I'd like to know if there's a way to "suppress" fzf-tab if I have the -b option?
Note that per the README, I took the "suggestions" and have:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm very new to fzf-tab and I'm sure my setup is all kinds of broken, but I'm learning.
My current question is this. When I do
git checkout <tab>
I get a list of all the branches it looks like that I could checkout. Cool. But when I dogit checkout -b <tab>
(accidentally because I'm an idiot), I get the same list. When I dogit checkout -b
I usually want to make a new branch, so I'd like to know if there's a way to "suppress" fzf-tab if I have the-b
option?Note that per the README, I took the "suggestions" and have:
so I guess that effects git-checkout, but I'm not smart enough to figure out if I can do the
-b
bits as well.Beta Was this translation helpful? Give feedback.
All reactions