git-school / visualizing-git

:framed_picture: Visualize how common Git operations affect the commit graph

Home Page:http://git-school.github.io/visualizing-git/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add 'git tag -d' support

tddschn opened this issue · comments

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!