DEV Community

Discussion on: Git cheatsheet for beginners

Collapse
 
kriska profile image
Kristina Gocheva

I would like to disagree that writing git commands in the command line is hard. On the contrary, using commands is as easy as ABC especially when you have the "cheatsheet". If you want to understand git, use the command line and start to visualize the process in your head, not with UI.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

While GUI might be easier, it does have learning curve as well.

I really recommend simply -- VSCode, PyCharm, IntelliJ, Android Studio, or WebStorm... That is, your GUI-based Text Editor / IDE.

Collapse
 
duomly profile image
Duomly

I do command line mostly as well, but for beginners it can be a bit more difficult than just use GUI.