git-school / visualizing-git

:framed_picture: Visualize how common Git operations affect the commit graph
http://git-school.github.io/visualizing-git/
MIT License
1.25k stars 193 forks source link

Add 'git tag -d' support #116

Open tddschn opened 5 years ago

tddschn commented 5 years ago

Thank you for making this amazing tool!

git tag is supported, but not the -d option.

-d is a pretty common option for git tag, so can you add it?

Thanks!