Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git rbanch multiple delet

Deleting Multiple Branches in Git

1. Open the terminal, or equivalent.
2. Type in git branch | grep "<pattern>" for a preview of the branches that will be deleted.
3. Type in git branch | grep "<pattern>" | xargs git branch -D.
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell netzlaufwerk verbinden 
Shell :: Trying to bind fd 26 to <0.0.0.0:443: errno=13 
Shell :: node installation error authenticated user is not valid 
Shell :: awk pdb format 
Shell :: Replaces the last git commit 
Shell :: first time linux 
Shell :: how to provide 777 access recurssively unix 
Shell :: apache2 mod_jk proxy to tomcat connector 
Shell :: add fold to path in linux 
Shell :: Delete non empty folder 
Shell :: alter package body compile 
Shell :: ubuntu networkManager change dns 
Shell :: docker splunk run 
Shell :: how to hide log in background job in linux 
Shell :: bash search and replace text in file 
Shell :: ta-lib github action 
Shell :: delete iptable rule linux 
Shell :: ubuntu 16 lock from terminal 
Shell :: how to install automapper in vs code 
Shell :: mamp mac debug logs 
Shell :: kill traffic to port linux 
Shell :: screen 
Shell :: ppa user or team does not exist 
Shell :: linux user expiration 
Shell :: xrandr 1600x900 ubuntu 
Shell :: how to calculate duration of time in shell script 
Shell :: how to switch branches in git 
Shell :: How do I create a next application 
Shell :: change line endings script for directory 
Shell :: debian grub set default kernel 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =