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 | |
| # | |
| # From: https://gist.github.com/michaeltwofish/5096740 | |
| # Kipras: | |
| # - modified to run against develop instead of master | |
| # - made a small fix to run within Git bash on Windows | |
| # - uncommented local branch deleting (in original this was commented out, | |
| # deleting only remote branches for some reason) | |
| # | |
| # Remove branches that have been fully merged to master, except dev |
NewerOlder