Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| for t in `git branch | grep -v "master"` | |
| do | |
| git branch -D $t | |
| git push --delete origin $t | |
| done |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.