4 ms·
> alias git="git -c pager.branch=shuf" and it is glorious.
by codeduck 2y ago
> alias git="git -c pager.branch=shuf"
and it is glorious.
- lylejantzi3rd 2y ago# Listing branches in Git will output them in random order. Why is this even an option?!?
- saurik 2y agoIt isn't "an option": it is setting the pager to shuf.
- lylejantzi3rd 2y agoOh, I see. shuf is a program.