These are a few small utility functions that I use when working on WordPress.
These can be copied directly into your ~/.bashrc
or ~/.zshrc
file (whichever is applicable) or put them in a file that is added to your path. I use Oh My Zsh on my sytem, and have this file saved to ~/.oh-my-zsh/custom/plugins/wp-dev/wp-dev.plugin.zsh
and have added wp-dev
to the list of plugins in my .zshrc
file.
Quickly apply a PR from https://github.com/WordPress/wordpress-develop as a patch to an SVN checkout of WordPress. This is a huge time saver when I'm committing changes to WordPress.