Guest User

Untitled

a guest
Apr 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #! /bin/sh
  2.  
  3. # cleans up the local copy of git tags
  4. git tag --list | xargs git tag -d && git fetch --tags
Add Comment
Please, Sign In to add comment