This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
sbt
mirror of
https://github.com/sbt/sbt.git
Watch
1
Star
0
Fork
You've already forked sbt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
82282a2090
sbt
/
deltag.sh
8 lines
57 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
for
t in
`
git tag
`
do
git tag -d
$t
done
Reference in New Issue
View Git Blame
Copy Permalink