Create Git repo with an empty commit
I wanted to know why developers on Twitter were talking about starting git repos with an empty commit, so I did a bit of web searching. I created a bash function to make the solution easier.
5 Command Line Tips for Composer
The command line is an essential tool for developers of all types. As a PHP Developer, I use it all the time. Making the most of composer is essential to managing your PHP projects. This article will show a few things to improve your use of Composer. Require a Minimum PHP Version One thing that … Read more » 5 Command Line Tips for Composer
How To Customize Your Terminal
The terminal has been developed over many years, so their wasn’t a single design vision that developed it. You previously learned what to customize in your terminal. What you’ll learn today is how to customize your terminal to make it more consistent. The terminal application I’m using is iTerm2. Create Your Theme Profile This first … Read more » How To Customize Your Terminal