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 trialJohnny Austen
Front End Web Development Techdegree Graduate 35,494 PointsBenefits of running this via the terminal as opposed to just using GitHub Desktop?
Can anyone explain why you'd want to run things this way?
1 Answer
Colton Shaw
12,634 PointsGithub Desktop is a great tool that can be used to circumvent the CLI commands. However, as with all things some people prefer CLI, and some people prefer a UI. It's almost entirely up to the preference of the user.
I will say there is a benefit to understanding how to do this through CLI as you may not have access to Github Desktop at some point, or you may switch to a new git provider.