explain-git-with-d3 icon indicating copy to clipboard operation
explain-git-with-d3 copied to clipboard

support `branch -f`

Open daniele-signal opened this issue 1 year ago • 0 comments

It's a great tool for teaching git. One crucial command that would be nice to have supported is the git branch -f existing_name , that allows to move a non-checkedout branch label to the current HEAD by forcing it , since the name already exists.

Thank you!

daniele-signal avatar Sep 19 '24 15:09 daniele-signal