Quick tips that I am tired of searching for
Quick tips that I am tired of searching for
June 19, 2025
There are a few commands over the years that have not been able to get to “stick” in my brain. Here they are organized by type. I’ll be adding to these as I go ;)
Git
Reset your github url with your updated token
Example:
php
Want to view the result of a var_dump without getting a headache?
<?php echo '<pre>'.print_r($variable, true).'</pre>'; ?>