kkovalev
10/12/2018 - 3:39 PM

remove-branch.draft

removeBranch($branchName) {
 git branch -D $branchName   & git push origin :$branchName 
}