Showing posts with label git git branch command cmd. Show all posts
Showing posts with label git git branch command cmd. Show all posts

Deleting Multiple Branches in Git - with wild card

 To delete many branches based on a specified pattern do the following:

  1. Open the terminal, or equivalent.
  2. Type in  for a preview of the branches that will be deleted.
  3. Type in 

Replace the <pattern> with a regular expression to match your branch names and that’s it.