Show HN: Gcd – Git Worktree Navigator(github.com) |
Show HN: Gcd – Git Worktree Navigator(github.com) |
Looks like just a fzf that is able to traverse across branches, but it is not obvious which branch the selected file is in until you switch to it.
It is indeed using fzf in a specialized way so that it only searches for git worktrees and nothing more. The use case I have is that I have dozens or hundreds of repos in various locations on disk and this tool makes it easy to instantly jump into any of them.
That's why it's called "gcd" -- git + cd.