Skip to content

Instantly share code, notes, and snippets.

View darxriggs's full-sized avatar

René Scheibe darxriggs

View GitHub Profile
@darxriggs
darxriggs / run
Created December 13, 2014 12:30
git - pruning locale tags that don't exist on the remote repo
#!/bin/bash -ue
show_branches_and_tags() {
echo "### branches & tags ###"
git branch -a
git tag -l
echo "#######################"
}
rm -rf remote-repo