Skip to content

Instantly share code, notes, and snippets.

View SanderVerkuil's full-sized avatar

Sander Verkuil SanderVerkuil

  • LegionellaDossier
  • Utrecht
View GitHub Profile
@SanderVerkuil
SanderVerkuil / delete_gone.sh
Created October 26, 2016 12:46
Deletes all the github branches that had a repository, and do not have a repository any more.
git branch -avv | grep ": gone" | awk '{print $1}' | xargs git branch -d