Plugin progress

Yesterday and today have been pretty productive, considering how much is on the plate. I’ve done a bit of work on the WordPress side of things, infrastructure work really. Its at once a workplace for writing and testing the new plugins, a place to keep LLC records, and a place to keep track of notes-to-self … Read more

Git workflow with BBedit

Step 6: Your New Workflow Now that everything is set up, here’s how you work going forward: Daily Editing Workflow: 1. Open BBEdit Project bash 2. Edit Files Locally 3. Commit Changes Option A – BBEdit (Visual): Option B – Terminal: bash 4. Deploy to Server SSH to server and pull changes: bash

Git workflow

Even for a solo developer, Git is an invaluable tool for tracking changes, recovering from mistakes, and organizing your work. While you won’t use features meant for team collaboration, the core version control capabilities prevent the headaches of manual file backups and lost work.  Core Git benefits for a solo developer Preparation for the future: Even … Read more