⚡️ Site update

Currently working on the website — things may look broken or change at any time New blog post: IndieRails Podcast Interview

Git

Looking for my Git tutorials and posts? You've come to the right place! This is where I blog about working with Git.

How I use git add --patch for reviewing my work

When working on features, I strive to preserve my flow, which means, that after a few hours, I'll have a bunch of untracked files waiting for me in git. I use `git add --patch` to effectively bundling my work into separate commits.

Read this essay →