Tag: bash

  • Personal Git Commands and Setup

    Personal Git Commands and Setup

    Just about everyday, I’m working on and committing code to a repository using Git. This is pretty standard for developers today, and just like any developer, I decided that writing out git status, git add -p, git commit -m…, etc., was just too much work ๐Ÿ˜. This lead me to spend several hours putting together…

  • How I Wrote My First Bash Script to Implement WP-CLI on Managed Sites

    How I Wrote My First Bash Script to Implement WP-CLI on Managed Sites

    They say if you want to learn something, teach. Or scratch your own itch. Or just do it. In any case, I had an itch that I have been wanting to find a fix for for a while. If you are a developer like me, you began figuring this “WordPress thing” out through tutorials, trial…