Horje
git ultiple branch delete Code Example
git ultiple branch delete
Open the terminal, or equivalent.
Type in git branch | grep "<pattern>" for a preview of the branches that will be deleted.
Type in git branch | grep "<pattern>" | xargs git branch -D.
Source: medium.com




Shell

Related
change the keyboard language in i3wm Code Example change the keyboard language in i3wm Code Example
install drush ubuntu 20.04 Code Example install drush ubuntu 20.04 Code Example
mportError: bad magic number in 'npyscreen': b'\x03\xf3\r\n' Code Example mportError: bad magic number in 'npyscreen': b'\x03\xf3\r\n' Code Example
rsync vs scp speed Code Example rsync vs scp speed Code Example
To install latest version of something with pip in python Code Example To install latest version of something with pip in python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11