Next.js Hacker News
top
|
new
|
ask
|
show
|
jobs
|
GitHub
Show HN: Effective Git
23 points by
nola-a
2 days ago |
2 comments
add comment
tomtom1337
I'd recommend using git switch instead of checkout, since the checkout command is so overloaded. And restore instead of checkout for restoring changes.
Valodim
Eh. If you're interested in sharpening your vcs toolchain, just learn jj already