Jun 272012
How to delete a branch in Git
Answer:
Assume you have a branch called "feature1", and you want to delete it locally, you can use:
# git branch -d feature1
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
How to delete a branch in Git
Answer:
Assume you have a branch called "feature1", and you want to delete it locally, you can use:
# git branch -d feature1