Sort branches by last commit date
7 points by speckx 6 days ago | 3 comments

bewareofscams 6 minutes ago
Or just have `jj log` custom-configured.
reply
asb 24 minutes ago
Even better (IMHO!) is `git config branch.sort -committerdate` (note the `-`). This will sort newest committer date first.
reply
pkaodev 20 minutes ago
I have this as an alias in my .zshrc!! Very handy
reply