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 GitHub Basics Working By Yourself Push Your Project to GitHub

Git vs GitHub desktop App

What's the difference between using git in the console if the GitHub app does the same thing in a more convenient way ?

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,859 Points

Hi Azzie Fuzzie

While the GUI (app) may be okay for some simple day-to-day quick operations, the CLI (console) is much more powerful and flexible. And, yes it may seem more convenient, but it's actually quite the opposite.

You will find the app is much slower and more cumbersome than the console, but any type of console commands will be more powerful and more precise than a Graphic Interface. Look at Node.js and npm.

To further understand the differences and benefits of the Command Line, just run a Google search for git command line vs gui

Keep Coding! :) :dizzy: