Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Introduction to Git First Commits Viewing Changes to a File

Ian Ostrom
seal-mask
.a{fill-rule:evenodd;}techdegree
Ian Ostrom
Full Stack JavaScript Techdegree Student 10,331 Points

Github desktop vs command line

Now that Github has a desktop client which makes this whole process easier, is there any advantage to working with Git in the command line?

1 Answer

Olivia Culver
seal-mask
.a{fill-rule:evenodd;}techdegree
Olivia Culver
Full Stack JavaScript Techdegree Student 15,439 Points

I think that it's absolutely worth learning the command line for Git. Github desktop won't be downloaded on every computer you may use in the future yet every computer definitely has a terminal. Also, there's a lot more power and flexibility when using the command line. Further, knowing the command line becomes even more valuable as you learn other tools like Node.js or npm, so I think the more you use it and get comfortable with it the better you'll be at picking up other technologies that utilize the command line. Here's a link to a similar question with some insightful answers: https://teamtreehouse.com/community/is-github-desktop-worth-learning-i-heard-command-line-is-the-only-way-for-true-devs-to-go

Ian Ostrom
seal-mask
.a{fill-rule:evenodd;}techdegree
Ian Ostrom
Full Stack JavaScript Techdegree Student 10,331 Points

Good points and thanks for sharing that thread Olivia. I grew up on MS DOS so I'm comfortable with the CLI, but still find it slower than the GUI as the GUI automates/eliminates steps that I'd have to type manually. Perhaps the CLI is faster, as Kevin Korte said, with larger projects?