Setup
- Home /
- Categories /
- Setup

The Power of Pre-Commit Hooks
I’ve finally found the tool I’ve been waiting for! Something that not only solves my lazy habits but also fixes the laziness of entire teams working on the same repository!
Read More
Streamline Your Git Workflow With Powerful Git Alias Commands
A while back, I learned that your ~/.gitconfig file isn’t just for setting your default git init branch. You can also define aliases! Git aliases are powerful workflow tools that let you create shortcuts for frequently used Git commands. This seemed like the perfect opportunity to define some useful workflow enhancements.
Read More