bigH / git-fuzzy

interactive `git` with the help of `fzf`
MIT License
2.3k stars 42 forks source link

Ignore remote branches when using "git fuzzy branch" #46

Closed garymh closed 2 years ago

garymh commented 2 years ago

Hi! Is there a way to only use local branches for git fuzzy branch? I work on a huge project that thousands and thousands of remote branches and it can slow down the command a bit...

I've tried just setting GF_BRANCH_REMOTE_BRANCHES to "" but that didn't seem to work.

bigH commented 2 years ago

Fixed in b48c36f