Skip to content

Instantly share code, notes, and snippets.

@oleghnidets
Last active May 27, 2020 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oleghnidets/70b7e6f9a347fe49f6f0fadb86d52fe4 to your computer and use it in GitHub Desktop.
Save oleghnidets/70b7e6f9a347fe49f6f0fadb86d52fe4 to your computer and use it in GitHub Desktop.
Delete outdated tags/branches
for git_tag in $(git tag -l | grep Testing); do git tag --delete $git_tag; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment