Horje
git delete all merged branches Code Example
git delete all merged branches
# Add this to your alias in .bashrc or .zshrc
# then run git-removed-merged-branches

alias git-removed-merged-branches="git branch --merged | egrep -v '(^\*|master|dev)' | xargs git branch -d"




Shell

Related
Install Sail Into Existing laravel 8 project Code Example Install Sail Into Existing laravel 8 project Code Example
centos remove a service from systemctl Code Example centos remove a service from systemctl Code Example
react native ubuntu 20.04 Code Example react native ubuntu 20.04 Code Example
macbook how to reset launchpad Code Example macbook how to reset launchpad Code Example
relaunch doc macos Code Example relaunch doc macos Code Example

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