fzf-tab
fzf-tab copied to clipboard
Git branches sort by last visited[Q]
Hello. Is it any way to sort list of git local branches by pressing git checkout <TAB> by last visited?
There isn't an easy way to do it. Neither _git(git completion script) nor git cli provide such a function.
You have to look into reflog for branch visit log.