logoalt Hacker News

Show HN: Effective Git

23 pointsby nola-alast Sunday at 9:21 AM2 commentsview on HN

As many of us shift from being software engineers to software managers, tracking changes the right way is growing more important.

It’s time to truly understand and master Git.


Comments

tomtom1337today at 6:33 PM

I'd recommend using git switch instead of checkout, since the checkout command is so overloaded. And restore instead of checkout for restoring changes.

Valodimtoday at 8:58 PM

Eh. If you're interested in sharpening your vcs toolchain, just learn jj already