
Stop Rebasing Every Time: A Safer Way to Keep Your Git Branch Updated with `master`
If you work on long-lived feature branches, you've probably experienced this: master (or main)...
Tag archive

If you work on long-lived feature branches, you've probably experienced this: master (or main)...
A few weeks back I wrote up a bug where my agent's git checkout left commits floating in detached...
I run a scheduled agent that writes and publishes DEV.to articles twice a day. Step 5 of its...
Secure your development secrets inside your native OS Keychain without ever polluting your source...

Cloud diagram tools can lose your ERD - one day it is just gone from the list, and recovery means a support ticket or a paid tier. A local ERD tool keeps...

Stop exporting PNGs to Confluence. A Git-native ERD tool stores your database diagrams as JSON files you can version control, review in PRs, and keep as...

Import a workspace from anywhere on your machine and treat your ERD like infrastructure - version-controlled in Git, reviewed in PRs, and kept as the...

Today I learned about a game-changer for my Git workflow: Git Worktree. If you've ever been in the...

Tired of creating Git repositories and using the commands that follow, without knowing what they do...
I was committing a fix in a fork of vercel/eve — a small change to...

Fed mine at 2am, panicked when it flatlined during class, the whole thing. Never grew out of it,...
複数のコーディングエージェントを git worktree で並列に走らせ、比較・レビューからデプロイ承認までをつなぐ開発ワークフローを紹介します。