Show HN: Effective Git

(github.com)

16 points | by nola-a 2 days ago

1 comments

  • tomtom1337 1 hour 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.