Post #3078417
2026-05-12 11:06 UTC
If you have `fzf` installed you can make switching git branches easier with this alias: `alias gitb="git checkout $(git branch --sort=-committerdate | fzf --no-sort)"`.
Then typing `gitb` will give you a filterable list and branches with newer commits will come up first.
#git #softwareDevelopment #cli
Replies (0)
No replies.