Show HN: Effective Git

(github.com)

23 points | by nola-a 2 days ago

2 comments

  • tomtom1337 5 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.
  • Valodim 3 hours ago
    Eh. If you're interested in sharpening your vcs toolchain, just learn jj already