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

Joel Buzzanco
PLUS
Joel Buzzanco
Courses Plus Student 2,738 Points

Do I use Git Bash, Git CMD, or Git GUI for these lessons?

I have windows 10 and I have installed Git onto my laptop in the past. Which Git do i use? The Git folder on my computer has these 3 choices.

1 Answer

Hi Joel,

Take a look at this StackOverflow post discussing this.

It sounds like Git CMD uses Windows Powershell, and Git Bash is creating a more Linux-like command line experience. I Personally I think I'd use Git Bash on Windows, since it's more likely in the future you'll end up messing around with bash on Linuxy systems (web hosts, for example), but whatever works for you! The idea is just to get you used to the idea of version control and command line usage.

Best, Cena