First let's make sure HB is updated. Open up terminal for the following steps.
$ brew update
| #!/bin/bash | |
| # Description: | |
| # Delete all `greenkeeper/*` branches of your remote. | |
| # Instructions: | |
| # Run the script with the `--help` flag. | |
| ORIGIN=origin | |
| DRY_RUN=0 | |
| THIS=`basename "$0"` | 
First let's make sure HB is updated. Open up terminal for the following steps.
$ brew update