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

git branch -D not supported

nneul opened this issue · comments

It was entirely muscle memory, but noticed that git branch -D doesn't work, only -d. Seems like since you're not doing any real history capture, this could just be aliased.