I hereby claim:
- I am wayne-weibel on github.
- I am wayneweibel (https://keybase.io/wayneweibel) on keybase.
- I have a public key whose fingerprint is 06B5 EC02 67E9 234D 8F4A C210 EE6D 42EC 910C 27F2
To claim this, I am signing this object:
| <?php | |
| use Drush\Commands\DrushCommands; | |
| /** | |
| * @file | |
| * Reset module hook_post_update_NAME | |
| * | |
| * A tool for developing and debugging post_update hooks. | |
| * |
I hereby claim:
To claim this, I am signing this object:
| git branch --list | grep -vP 'master|develop' | xargs git branch -D |
| for branch in `git branch -a | awk -F"/" '{ print $3 }' | grep -Pv '^(master|develop)' | grep -P '^\d'`; do echo $branch; git push origin --delete $branch; done |