This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
### | |
# This script will remove every branch prefixed feature/, release/ or bugfix/ from your local and the | |
# remote repository that has already been merged to master. | |
# Invoke script without params to get an overview of branches to be deleted, supply "--delete" param to | |
# actually delete the branches. | |
# | |
### | |
function show_merged_branches() { |