| ▲ | owlstuffing 9 hours ago | |||||||||||||||||||||||||||||||
Right on. Git is good at what it does, but its CLI is too low-level. It feels more like an assembly language than an end-user language, and a haphazard one at that. There are wrappers that make it much more approachable. IntelliJ’s Git frontend, for example, is pretty nice. | ||||||||||||||||||||||||||||||||
| ▲ | skydhash 8 hours ago | parent [-] | |||||||||||||||||||||||||||||||
Git is a cli software. If you find yourself repeating a set of commands, what you should do is abstract it using an alias or a script. And you will have you own nice interface. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||