Rendered at 05:47:40 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
tomtom1337 11 hours ago [-]
I'd recommend using git switch instead of checkout, since the checkout command is so overloaded. And restore instead of checkout for restoring changes.
eviks 2 hours ago [-]
> This document wants to be a reference for best practices in the daily use of Git
Then it wouldn't stick to the most ineffective interface for git - cli
Valodim 9 hours ago [-]
Eh. If you're interested in sharpening your vcs toolchain, just learn jj already
yogorenapan 2 hours ago [-]
I've learnt jujutsu. It took me a couple weeks to get it but 100℅ worth it. I've always intuitively understood git but jj does make a lot of annoying things easy. My commit history is now much cleaner than ever before. It's not for everyone though. Takes a lot of upfront investment to learn when git is often already good enough.
Then it wouldn't stick to the most ineffective interface for git - cli