DEV Community

Discussion on: An Ultimate Guide to Git and Github

Collapse
 
labib profile image
Asif

Hey , do learning git commands worth in 2021 ? Whether you can use the git GUI ?

Collapse
 
kayaks2fish profile image
kayaks2fish

It would be helpful if you understand how to use git commands.

Collapse
 
billraymond profile image
Bill Raymond

I mostly use the UI as a single developer with the occasional collaborators, but the command line is very powerful, allowing you to perform more granular and feature-rich operations. It’s also useful if you spend a lot of time in a terminal window anyway.

All that said most of the basics, like cloning, branching, committing, etc are quite easy to learn with a UI. Actually, I learned the UI first, then when I wanted to do more advanced things, the GIT documentation made a lot more sense :)

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

Most of the cooler stuff git can do isn't really available from any GUI tools

Collapse
 
suhailkakar profile image
Suhail Kakar

I would be better, if you learn git commands, and as @darkwiiplayer mentioned, most of the git features aren't available is GUIs

Collapse
 
jdeepd profile image
JDeep

Learning the basic commands is never a harm.