Skip to content

Instantly share code, notes, and snippets.

View janoka's full-sized avatar

Janos Kuszing janoka

  • Netstudio
  • Székesfehérvár, Hungary
View GitHub Profile
@okunishinishi
okunishinishi / Remove all git tags
Created March 8, 2014 03:12
Delete all git remote tags
#Delete local tags.
git tag -l | xargs git tag -d
#Fetch remote tags.
git fetch
#Delete remote tags.
git tag -l | xargs -n 1 git push --delete origin
#Delete local tasg.
git tag -l | xargs git tag -d
@igrigorik
igrigorik / links.md
Created August 28, 2012 16:53
HAR Show links & resources