Hacker News (curated)
new
|
past
|
comments
|
ask
|
show
|
jobs
| show hidden
mcdow
2 hours ago
|
parent
yep, i have a little helper in my zshrc for this sort of thing:
alias git-hot-refs="git branch --sort=committerdate | tail"
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
|
github
alias git-hot-refs="git branch --sort=committerdate | tail"