GIT

How to Delete a Local Git Branch

I’m posting this here as a reference for myself, but know that this may help others in a similar situation. I don’t often delete branches in Git, but when I do I like to make sure that I am doing so correctly. The below guide to How to Delete a Git Branch is directly from the highest rated answer on StackOverflow. If one wishes to delete a branch named “Test_Branch.” Switch to some other branch to avoid any errors when attemtping to delete.