(no title)
mrAssHat | 2 years ago
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.
mrAssHat | 2 years ago
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.
davvid|2 years ago
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.