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

Android Android Tools Using Git for Android Creating a New GitHub Project

jenyufu
jenyufu
3,311 Points

Whats the difference between the new Git Windows: https://windows.github.com/ then the one he is using?

Because the Git Windows seems to not be accessed via command tool, rather it has a interface. Is there any difference? Which one should I use?

1 Answer

Seth Kroger
Seth Kroger
56,413 Points

Well GitHub for Windows only interfaces remotely with GitHub and not other services or git servers (like Bitbucket or a private server) but it does include git itself as well as some shell consoles to use it with. You should have gotten a 2nd program installed with it called Git Shell, and you can choose the type to use as a default in the UI program's settings. (I prefer Git Bash because it mimics the Linux console fairly well).