← All articles

Tag

Git

2 posts

Git Beyond the Basics: Tricks That Actually Save My Day

Most developers learn git add, git commit, git push, and call it done. But git is a remarkably deep tool, and the commands most people never learn are exactly the ones that save the most time. Here are the git techniques I actually use to recover from mistakes, understand history, and move faster...

Dotfiles: The Secret Weapon for Effortless Configuration Management

As a developer, there’s nothing more satisfying than setting up a new machine and having all your favorite tools and settings ready to go in minutes. That’s where dotfiles come in -- a developer’s best-kept secret for managing and syncing configurations...