Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git delete local branch except master

git branch | grep -v "develop" | grep -v "master" | xargs git branch -D
Comment

how to delete local master branch in git

git delete
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu install imagemagick 
Shell :: npm install redux and react-redux 
Shell :: command ng not foudn 
Shell :: permission denied running shell script 
Shell :: how to increase nginx maximum file upload size 
Shell :: bash: nvm: command not found 
Shell :: cmd list dotnet frameworks installed 
Shell :: show linux distro 
Shell :: adb port issue fix 
Shell :: Error starting userland proxy: listen tcp4 0.0.0.0:8080: bind: address already in use 
Shell :: git ignore not working 
Shell :: install google chrome linux 
Shell :: install openjdk 8 sdk on ubuntu 
Shell :: magento 2 check version command line 
Shell :: how to install viber on ubuntu 
Shell :: powershell get input from user 
Shell :: snap install 
Shell :: show mac address in ubuntu 
Shell :: install pm2 
Shell :: mac install gpg 
Shell :: git cannot spawn gpg no such file or directory 
Shell :: heroku command not found 
Shell :: delete local branch 
Shell :: github desktop for ubuntu 
Shell :: elasticsearch start 
Shell :: update kali 
Shell :: set hostname debian 10 
Shell :: jupyterlab documentation 
Shell :: how to install cordova 
Shell :: unetbootin ubuntu install 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =