Piccalilli on The Coyier CSS Starter

By Chris Coyier on

Andy Bell has a poke at my new starter. Fair game, as I literally did the same to him. I like what Andy has to say about my full-width form fields: I agree with Chris on filling the inline space with form fields too. If you want to do a split layout for forms, the […]

Git Worktrees: Git Done Right

By Chris Coyier on

I admit I’ve never once used a Git Worktree. But Nick Taylor has a pretty good intro that compels me. (Nick credits bashbunni for her own intro). Git worktrees let you check out multiple branches from the same repository simultaneously, each in its own working directory. Instead of constantly switching between branches with git checkout, you […]