DEV Community

Discussion on: I've Forked The Repo, Now What?

Collapse
 
ltosh9802 profile image
Toshik Langade

I'm a beginner and I'm wondering is there any need to learn git? With Github Desktop we can do basic things very easily without remembering those syntaxes. Should I learn git or not? What are your thoughts?

Collapse
 
tkdmzq profile image
TKDMzq

sometimes you dont have luxury of desktop version of git it is usualy there + it acustomes you to terminal witch you use very often for many things i.e. working on remote production server

Collapse
 
ltosh9802 profile image
Toshik Langade

Yeah you're right. Alright, thanks! :)

Collapse
 
jackharner profile image
Jack Harner πŸš€

Personally, learning git in the command line was a very helpful introduction to using the command line. When I was first learning git, GitHub Desktop was still pretty new and all the tutorials I could find about git practices were just using the command line. I'm sure the landscape has changed in the past few years as GitHub Desktop keeps getting improved, but being familiar with the command line expands the amount of stuff you can do (outside of git).

Obviously don't let the fear of the command line keep you from making stuff, use whatever works for you. There's plenty of time for learning the rest later (if you want to).

Collapse
 
ltosh9802 profile image
Toshik Langade

Yeah I think I should learn the basics. Thanks for the advice :)

Collapse
 
dirtycode1337 profile image
Dirty-Co.de

Personally I'd recommend learning git at command line level - at least some basics, they helped me a lot understanding git. I've seen many helpful hints from the command line which I wouldn't have seen when using a GUI.
Additionally I got a little fan of SourceTree when I started using GitFlow then :) - so I am now combining command line and GUI ;)

Collapse
 
ltosh9802 profile image
Toshik Langade

Oh! That's nice. Thanks :)