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 Introduction to Git First Commits Introduction

Angelus Miculek
Angelus Miculek
6,474 Points

git in vscode

It seems like you can access a git bash from the VScode terminal. What's more, VScode's Source Control allows users to do everything (branches, commits, viewing differences, etc.) that one could do in git but with a ui. Is git replaced? How would it be easier to use git?

1 Answer

Travis Alstrand
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Travis Alstrand
Treehouse Project Reviewer

Hiya Angelus Miculek ! 👋

Yes, there are multiple alternatives to using the command line, like an IDE's built-in version control option or GitHub's Desktop app if using GitHub, but Git is still at the foundation of all of this, it hasn't been replaced. I'd still recommend learning the terminal commands so you're at least familiar with them, but at the end of the day, you can use whichever tool / approach you prefer of course 😃