-
ยท
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
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…