Y
Hacker News
new
|
ask
|
show
|
jobs
by
freecodyx
123 days ago
i once used ai to generate a command doing the exact same thing.
git branch -vv | grep ': gone\]' | awk '{print $1}' | xargs -n 1 git branch -D