Hacker News new | ask | show | jobs
by culebron21 1215 days ago
I used Mercurial CLI in 2010-2016, before finally having to completely switch to git. I almost never had to memorize or look hg commands up. In Git, I routinely need to google that same answer on SO for flags. I do understand that it's the real inner machinery, and back in 2009 I did read how git works, but still cli is hard to remember.
1 comments

In some ways, the Git CLI is easier: whatever you're trying to do, the command you need is always "checkout".