DEV Community

Discussion on: Nice looking Git log

 
jeklah profile image
Jeklah • Edited

One of the reasons people prefer CLI over GUIs is the lack of difference between them. A cli is the same wherever, GUIs vary widely from usability to launching. Some have good features some have bad.

Also useful to know if you have to go on site and they don't have a GUI.

Skip to do what you want with CLI with a bit of practice. Git isn't too bad to learn on the CLI anyway.

Thread Thread
 
cadams profile image
Chad Adams

I know CLI and I use it when the GUI doesn’t work. I just find typing the commands every time very tedious. I’d rather click to do what I want.