Sneak peek at Zippey’s underside
Zippey finally got a spot at the boatyard! She has been hauled out to redo the bottom. I will post a complete writeup when the process is complete, however
Read more about Sneak peek at Zippey’s undersideZippey finally got a spot at the boatyard! She has been hauled out to redo the bottom. I will post a complete writeup when the process is complete, however
Read more about Sneak peek at Zippey’s undersideHere is a quick snippet that will reset all your git submodules to their most recent commit. Handy when something has happened such as a file permissions c
Read more about Reset all git submodules
Comparing a file between two git branches is quite easy. You can do it with both diff and difftool. Straight diff git diff BRANCH_ONE BRANCH_TWO — FI
Read more about Compare a single file between git branchesIf you need to find out what the largest files are in a directory and subdirectories here is a command you can run that will find the top 5 largest files.
Read more about Find largest files in a directory using the terminalI ran across a photo of this boat in the background of a Craigslist ad and then saw it racing the Lake Union Duck Dodge the next week! If you know (or are)
Read more about Spirit 23 racing on Lake Union
Each year the Shilshole Bay Yacht Club (SBYC) host an annual Burger Burn on Blake Island. I love going to Blake Island (and have written other posts about
Read more about 2016 SBYC Burger Burn
Occassionally I have need to mark a specific moment in a git repository. Often this mark is to call out a deployment point. If everything has already been
Read more about Make an empty git commit
I find it handy to run a PHP syntax (lint) check on files after resolving a merge conflict in git. Here is a handy snippet that will run find every file in
Read more about Quick recursive PHP file syntax check

MySQL has the ability to show you size of the information contained in your database. You can find this information per database or per table in a database
Read more about MySQL: Find the size of a database
