Comment by freecodyx
6 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
6 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
No comments yet
Contribute on Hacker News ↗