Not exactly what you asked for but if you are an emacs user, magit will make using git so much more pleasant. https://magit.vc/
Generally most IDEs will help you out with basic git tasks without even needing to know commands. There also dedicated GUIs for git.
Though for full time devs just learning how to use plain git isn't that hard. I very rarely have to look up git commands these days. You can limit yourself to the basic commands first.
Magit is more like a keyboard shortcut for those who already know their way around the git CLI. The direct mapping of CLI to short key sequences and the coherent visual feedback are the qualities that make magit so popular. I don't think someone who finds the CLI unpleasant will find magit to be any better.
Generally most IDEs will help you out with basic git tasks without even needing to know commands. There also dedicated GUIs for git.
Though for full time devs just learning how to use plain git isn't that hard. I very rarely have to look up git commands these days. You can limit yourself to the basic commands first.