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

General Discussion Git Installation - Windows

brandonlind2
brandonlind2
7,823 Points

which option should I use for windows git, MinTTY(the default terminal of MSys2) or windows default console window?

I was following along with the video and an extra thing come up that wasn't in the video, Any ideas as to which one should I use as a front end programmer?

MinTTY(the default terminal of MSys2) description -git bash will use MinTTY as terminal emulator, which sports a resizable window, non-rectangulat selections and Unicode font. Window console porgrams (such as interactive Python) must be launched via 'winpty' to work in MinTTY.

or

windows default console window, description- git will use the default console window of windows ("cmd.exe", which works well with win32 console programs such as interactive Python or node.js, but has a very limited default scroll-back, needs to be configured to use a Unicode font in order to display non-ASCII characters correctly, and prior to windows 10 its windows was not freely resizable and it only allowed rectangular text selections it?

2 Answers

Markus Mönch
Markus Mönch
16,383 Points

same here... newer videos would not be bad...

Pablo Rocha
Pablo Rocha
10,142 Points

That question refers to the terminal emulator that will be used while using Git Bash. If you don’t use Git Bash at all, just ignore it and click next to go to the next step.

If you are familiar with Linux command line, then the first option is right for you (note: you can still run windows command while using MinTTY), otherwise, choose the second one.

As described in the wizard, the Windows console has some limitations: width is fixed (prior to windows 10), the scroll-back is very limited means that very limited command history, need to be configured to use Non-ASCII Character, etc… while MinTTY doesn’t.