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
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