A list of my most used commands as well as a few from Oh My Zsh!
https://github.com/robbyrussell/oh-my-zsh/wiki/Cheatsheet
getmaster "feature/foo-branch"
Get the lastest from master, and merge into my feature branch.
getprod "hotfix/foo-branch"
Get the lastest from prod, and merge into my hotfix branch.
mim "feature/foo-branch"
Merge this branch into master, commit, and push.
commit "foo commit message"
Shortcut for staging, commiting, and pushing to a repository.
fixit
Re-run gulp which usually fixes stylesheet related merge conflicts.
submodulesbump
Update all submodules in a repository.
brewupdate
Update Homebrew, Homebrew Cask, NPM modules, Gems, etc...
openalias
Open ZSH aliases.
openfunctions
Open ZSH functions.
hosts
Open the hosts file.
speedtest1
or speedtest2
Run a speedtest.net speedtest in the command line.
wpcli
Update WP-CLI.
db
Pull down a WordPress database using MigrateDB Pro.
cbt
Proxy crossbrowsertesting.com through your local.
serverupdate
Update an Ubuntu server and reboot.