DEV Community

Discussion on: How to Get Better with Git

Collapse
 
cvega profile image
Casey Vega

You don't need to use a CLI tool to take advantage of the value git brings, but if one is to download and install git, they are installing the git binary which IS a command line tool. At GitHub we tend to recommend the CLI, but if folks feel good using a different tool to interface with Git, they should stick with it.

I'm a little bias, but lab.github.com is also a good learning resource.