Guest User

Untitled

a guest
Jan 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. # Locally:
  2. git tag | grep -v "staging.*\|production.*" | xargs git tag -d
  3. # Remote:
  4. git tag | grep -v "staging.*\|production.*" | xargs git push --delete origin
Add Comment
Please, Sign In to add comment